[]
Sets the freeze cells on both the horizontal (left and right) and vertical (top and bottom) axes.
public virtual TBuilder FrozenCells(int topRowCount, int bottomRowCount, int leftColumnCount, int rightColumnCount)
| Type | Name | Description |
|---|---|---|
| int | topRowCount | The minimum number of rows. |
| int | bottomRowCount | The minimum number of rows. |
| int | leftColumnCount | The minimum number of columns. |
| int | rightColumnCount | The minimum number of columns. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |