'Declaration
Public Function New( _ ByVal count As Integer, _ ByVal orientation As SheetAxisOrientation, _ ByVal parent As ISheetAxisModel _ )
'Usage
Dim count As Integer Dim orientation As SheetAxisOrientation Dim parent As ISheetAxisModel Dim instance As New DefaultSheetAxisModel(count, orientation, parent)
public DefaultSheetAxisModel( int count, SheetAxisOrientation orientation, ISheetAxisModel parent )
Parameters
- count
- Number of rows or columns in the model
- orientation
- Model orientation
- parent
- Parent ISheetAxisModel