FarPoint.Web.Spread.Model.BaseSheetAxisModel b;
bool tf;
b = (FarPoint.Web.Spread.Model.BaseSheetAxisModel)FpSpread1.ActiveSheetView.ColumnAxisModel;
b.SetSize(0, 180);
tf = b.IsPropertySet(0, FarPoint.Web.Spread.Model.SheetAxisProperty.Size);
Response.Write(tf.ToString());
Dim b As FarPoint.Web.Spread.Model.BaseSheetAxisModel
Dim tf As Boolean
b = FpSpread1.ActiveSheetView.ColumnAxisModel
b.SetSize(0, 180)
tf = b.IsPropertySet(0, FarPoint.Web.Spread.Model.SheetAxisProperty.Size)
Response.Write(tf.ToString())