FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelBiffRead インタフェース : ExcelSetRowInfo メソッド |
'Declaration
Function ExcelSetRowInfo( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal colFirstDef As Integer, _ ByVal colLastDefPlus1 As Integer, _ ByVal ixf As Short, _ ByVal height As Integer, _ ByVal outlineLevel As Byte, _ ByVal collapsed As Boolean, _ ByVal zeroHeight As Boolean, _ ByVal unSynced As Boolean, _ ByVal ghostDirty As Boolean _ ) As Boolean
bool ExcelSetRowInfo( short sheet, int row, int colFirstDef, int colLastDefPlus1, short ixf, int height, byte outlineLevel, bool collapsed, bool zeroHeight, bool unSynced, bool ghostDirty )