Xceed Words for .NET v5.2 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / TableLook Class / TableLook Constructor / TableLook Constructor(Boolean,Boolean,Boolean,Boolean,Boolean,Boolean)
true if the First Row conditional formatting is applied to the Table, otherwise false.
true if the Last Row conditional formatting is applied to the Table, otherwise false.
true if the First Column conditional formatting is applied to the Table, otherwise false.
true if the Last Column conditional formatting is applied to the Table, otherwise false.
true if the Horizontal Banding conditional formatting is NOT applied to the Table, otherwise false.
true if the Vertical Banding conditional formatting is NOT applied to the Table, otherwise false.


In This Topic
    TableLook Constructor(Boolean,Boolean,Boolean,Boolean,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the TableLook class, using the provided values for FirstRow, LastRow, FirstColumn, LastColumn, and specififying if no Horizontal or Vertical Banding is applied.
    Syntax
    '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)

    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.
    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also