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