FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelBiffWrite インタフェース : ExcelGetFrozen メソッド |
'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
bool ExcelGetFrozen( short sheet, ref int frozenRowCount, ref int frozenColumnCount, ref int frozenTrailingRowCount, ref int frozenTrailingColumnCount )