FarPoint.Web.Spread.Model 名前空間 > BaseSheetAxisModel クラス : IsEmpty メソッド |
FarPoint.Web.Spread.Model.BaseSheetAxisModel b;
bool tf;
b = (FarPoint.Web.Spread.Model.BaseSheetAxisModel)FpSpread1.ActiveSheetView.ColumnAxisModel;
tf = b.IsEmpty();
Response.Write(tf.ToString());
Dim b As FarPoint.Web.Spread.Model.BaseSheetAxisModel Dim tf As Boolean b = FpSpread1.ActiveSheetView.ColumnAxisModel tf = b.IsEmpty() Response.Write(tf.ToString())