# GC.Spread.Sheets.TransformScope

## Content

# Enumeration: TransformScope

[Spread](../modules/GC.Spread).[Sheets](../modules/GC.Spread.Sheets).TransformScope

Specifies the scope of transform.

## Table of contents

### Enumeration members

- [byCell](GC.Spread.Sheets.TransformScope#bycell)
- [byColumn](GC.Spread.Sheets.TransformScope#bycolumn)
- [byRange](GC.Spread.Sheets.TransformScope#byrange)
- [byRow](GC.Spread.Sheets.TransformScope#byrow)

## Enumeration members

### <a id="bycell" name="bycell"></a> byCell

• **byCell** = `0`

Each cell is considered as a transformation unit.

___

### <a id="bycolumn" name="bycolumn"></a> byColumn

• **byColumn** = `2`

Each column is considered as a transformation unit.

___

### <a id="byrange" name="byrange"></a> byRange

• **byRange** = `3`

The entire cell range is considered as one transformation unit.

___

### <a id="byrow" name="byrow"></a> byRow

• **byRow** = `1`

Each row is considered as a transformation unit.
