'DeclarationPublic Function New( _ ByVal columns As Integer, _ ByVal rows As Integer, _ ByVal columnSpacing As Double, _ ByVal rowSpacing As Double _ )
'UsageDim columns As Integer Dim rows As Integer Dim columnSpacing As Double Dim rowSpacing As Double Dim instance As New Layout(columns, rows, columnSpacing, rowSpacing)
public Layout( int columns, int rows, double columnSpacing, double rowSpacing )
public: Layout( int columns, int rows, double columnSpacing, double rowSpacing )
Parameters
- columns
- The number of columns.
- rows
- The number of rows.
- columnSpacing
- The spacing, in millimetres, between each column.
- rowSpacing
- The spacing, in millimetres, between each row.
