FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > SheetAxisProperty Class : Resizable Field |
'Declaration Public Shared ReadOnly Resizable As SheetAxisProperty
'Usage Dim value As SheetAxisProperty value = SheetAxisProperty.Resizable
public static readonly SheetAxisProperty Resizable
FarPoint.Win.Spread.Model.DefaultSheetAxisModel defAxis = new FarPoint.Win.Spread.Model.DefaultSheetAxisModel(20, FarPoint.Win.Spread.Model.SheetAxisOrientation.Vertical); fpSpread1.ActiveSheet.Models.ColumnAxis = defAxis; bool b; defAxis.SetResizable(0, false); b = defAxis.IsPropertySet(0, FarPoint.Win.Spread.Model.SheetAxisProperty.Resizable); listBox1.Items.Add(b.ToString());
Dim defAxis As New FarPoint.Win.Spread.Model.DefaultSheetAxisModel(20, FarPoint.Win.Spread.Model.SheetAxisOrientation.Vertical) defAxis = FpSpread1.ActiveSheet.Models.ColumnAxis Dim b As Boolean defAxis.SetResizable(0, False) b = defAxis.IsPropertySet(0, FarPoint.Win.Spread.Model.SheetAxisProperty.Resizable) ListBox1.Items.Add(b.ToString())
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10