Visual Basic (Declaration) | |
---|---|
Public Function New() |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As New DefaultSheetAxisModel() |
C# | |
---|---|
public DefaultSheetAxisModel() |
This example creates a DefaultSheetAxisModel and assigns it to the ColumnAxis of the active sheet.
C# | ![]() |
---|---|
FarPoint.Win.Spread.Model.DefaultSheetAxisModel dsam = new FarPoint.Win.Spread.Model.DefaultSheetAxisModel();
dsam = (FarPoint.Win.Spread.Model.DefaultSheetAxisModel)fpSpread1.ActiveSheet.Models.ColumnAxis;
dsam.SetSize(1, 100); |
Visual Basic | ![]() |
---|---|
Dim dsam As New FarPoint.Win.Spread.Model.DefaultSheetAxisModel() dsam = FpSpread1.ActiveSheet.Models.ColumnAxis dsam.SetSize(1, 100) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2