'Declaration
Function ExcelGetFrozen( _ ByVal sheet As Short, _ ByRef frozenRowCount As Integer, _ ByRef frozenColumnCount As Integer, _ ByRef frozenTrailingRowCount As Integer, _ ByRef frozenTrailingColumnCount As Integer _ ) As Boolean
'Usage
Dim instance As IExcelBiffWrite Dim sheet As Short Dim frozenRowCount As Integer Dim frozenColumnCount As Integer Dim frozenTrailingRowCount As Integer Dim frozenTrailingColumnCount As Integer Dim value As Boolean value = instance.ExcelGetFrozen(sheet, frozenRowCount, frozenColumnCount, frozenTrailingRowCount, frozenTrailingColumnCount)
bool ExcelGetFrozen( short sheet, ref int frozenRowCount, ref int frozenColumnCount, ref int frozenTrailingRowCount, ref int frozenTrailingColumnCount )
Parameters
- sheet
- Sheet index
- frozenRowCount
- Number of fixed or frozen leading rows
- frozenColumnCount
- Number of fixed or frozen leading columns
- frozenTrailingRowCount
- Number of fixed or frozen trailing rows
- frozenTrailingColumnCount
- Number of fixed or frozen trailing columns