[]
Creates an axis model (DefaultSheetAxisModel object) with zero rows, zero columns, and no parent model.
public DefaultSheetAxisModel()
Public Sub New()
Creates an axis model (DefaultSheetAxisModel object) with the specified number of rows or columns, and no parent model.
public DefaultSheetAxisModel(int count, SheetAxisOrientation orientation)
Public Sub New(count As Integer, orientation As SheetAxisOrientation)
Type | Name | Description |
---|---|---|
int | count | Number of rows or columns in the model |
SheetAxisOrientation | orientation | Orientation of the model |
Creates an axis model (DefaultSheetAxisModel object) with the specified parent model and number of rows or columns.
public DefaultSheetAxisModel(int count, SheetAxisOrientation orientation, ISheetAxisModel parent)
Public Sub New(count As Integer, orientation As SheetAxisOrientation, parent As ISheetAxisModel)
Type | Name | Description |
---|---|---|
int | count | Number of rows or columns in the model |
SheetAxisOrientation | orientation | Model orientation |
ISheetAxisModel | parent | Parent ISheetAxisModel |
Creates an axis model (DefaultSheetAxisModel object) from serialization.
protected DefaultSheetAxisModel(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | SerializationInfo |
StreamingContext | context | StreamingContext |