[]
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)
Public Overridable Function FrozenCells(topRowCount As Integer, bottomRowCount As Integer, leftColumnCount As Integer, rightColumnCount As Integer) As TBuilder
| 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. |