GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Table クラス : RemoveColumns(Int32,Int32) メソッド |
'Declaration
Public Function RemoveColumns( _ ByVal index As Integer, _ ByVal count As Integer _ ) As ActionResult(Of Table)
public ActionResult<Table> RemoveColumns( int index, int count )
true
、それ以外の場合はfalse
。