GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Table クラス : Resize(Int32,Int32,Int32,Boolean) メソッド |
-1
の値は、行数が変わらないことを示します。
true
に設定した場合、テーブル列に合わせられたすべての設定が自動的に展開されます。
'Declaration
Public Function Resize( _ ByVal column As Integer, _ ByVal column2 As Integer, _ Optional ByVal rowCount As Integer, _ Optional ByVal autoExpand As Boolean _ ) As ActionResult(Of Table)
public ActionResult<Table> Resize( int column, int column2, int rowCount, bool autoExpand )
-1
の値は、行数が変わらないことを示します。true
に設定した場合、テーブル列に合わせられたすべての設定が自動的に展開されます。true
、それ以外の場合はfalse
。