[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TableStyle

Class TableStyle

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a style that can be applied to a table.

public class TableStyle : TableStyleBase
Inheritance
object
TableStyle
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Borders

Gets the table borders formatting.

public TableBorderCollection Borders { get; }

Property Value

TableBorderCollection

ColumnStripe

Gets or sets the number of columns that shall comprise each a table style column band for this table style. This property determines how many columns constitute each of the column bands for the current table, allowing column band formatting to be applied to groups of columns (rather than just single alternating columns) when the table is formatted.

public uint ColumnStripe { get; set; }

Property Value

uint

Conditionals

Gets a collection of ConditionalStyle that represent special style formatting for a portion of a table.

public ConditionalStyleCollection Conditionals { get; }

Property Value

ConditionalStyleCollection

RowStripe

Gets or sets the number of rows that shall comprise each a table style row band for this table style. This property determines how many rows constitute each of the row bands for the current table, allowing row band formatting to be applied to groups of rows (rather than just single alternating rows) when the table is formatted.

public uint RowStripe { get; set; }

Property Value

uint

Methods

ClearFormatting()

Resets to default table style formatting.

public override void ClearFormatting()