[]
        
(Showing Draft Content)

GC.Spread.Sheets.TransformScope

Enumeration: TransformScope

Spread.Sheets.TransformScope

Specifies the scope of transform.

Table of contents

Enumeration members

Enumeration members

byCell

byCell = 0

Each cell is considered as a transformation unit.


byColumn

byColumn = 2

Each column is considered as a transformation unit.


byRange

byRange = 3

The entire cell range is considered as one transformation unit.


byRow

byRow = 1

Each row is considered as a transformation unit.