FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelXml4 インターフェース : ExcelSetRowInfo メソッド |
false
の場合、行の高さが自動的に計算されます。
'宣言
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, _ ByVal customHeight As Boolean _ ) As Boolean
bool ExcelSetRowInfo( short sheet, int row, int colFirstDef, int colLastDefPlus1, int styleIndex, double height, bool , byte outlineLevel, bool collapsed, bool customHeight )
false
の場合、行の高さが自動的に計算されます。