Xceed Words for .NET v5.0 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)
    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.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also