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