'Declaration Public Function New( _ ByVal firstRow As Boolean, _ ByVal lastRow As Boolean, _ ByVal firstColumn As Boolean, _ ByVal lastColumn As Boolean, _ ByVal noHorizontalBanding As Boolean, _ ByVal noVerticalBanding As Boolean _ )
'Usage Dim firstRow As Boolean Dim lastRow As Boolean Dim firstColumn As Boolean Dim lastColumn As Boolean Dim noHorizontalBanding As Boolean Dim noVerticalBanding As Boolean Dim instance As New TableLook(firstRow, lastRow, firstColumn, lastColumn, noHorizontalBanding, noVerticalBanding)
public TableLook( bool firstRow, bool lastRow, bool firstColumn, bool lastColumn, bool noHorizontalBanding, bool noVerticalBanding )
Parameters
- firstRow
- true if the First Row conditional formatting is applied to the Table, otherwise false.
- lastRow
- true if the Last Row conditional formatting is applied to the Table, otherwise false.
- firstColumn
- true if the First Column conditional formatting is applied to the Table, otherwise false.
- lastColumn
- true if the Last Column conditional formatting is applied to the Table, otherwise false.
- noHorizontalBanding
- true if the Horizontal Banding conditional formatting is NOT applied to the Table, otherwise false.
- noVerticalBanding
- true if the Vertical Banding conditional formatting is NOT applied to the Table, otherwise false.