Static
$tStatic
nextGets or sets the number of columns which will span each alternate column stripe.
The stripe sizes must be between 1 and 9, inclusive.
The column stripes are assigned from left to right in the table, first assigning the column stripe, then the alternate column stripe, then repeating.
The alternate column stripe format is defined in the [[areaFormats]] collection and keyed by the [[WorksheetTableStyleArea]].AlternateColumnStripe value.
The number of columns which will span each alternate column stripe.[[InvalidOperationException]] The value is set and [[isCustom]] is False, indicating that the style is a read-only, standard table style.
[[ArgumentOutOfRangeException]] The value assigned is less than 1 or greater than 9.
[[columnStripeWidth]]
Gets or sets the number of rows which will span each alternate row stripe.
The stripe sizes must be between 1 and 9, inclusive.
The row stripes are assigned from top to bottom in the table, first assigning the row stripe, then the alternate row stripe, then repeating.
The alternate row stripe format is defined in the [[areaFormats]] collection and keyed by the [[WorksheetTableStyleArea]].AlternateRowStripe value.
The number of rows which will span each alternate row stripe.[[InvalidOperationException]] The value is set and [[isCustom]] is False, indicating that the style is a read-only, standard table style.
[[ArgumentOutOfRangeException]] The value assigned is less than 1 or greater than 9.
[[rowStripeHeight]]
Gets or sets the number of columns which will span each column stripe.
The stripe sizes must be between 1 and 9, inclusive.
The column stripes are assigned from left to right in the table, first assigning the column stripe, then the alternate column stripe, then repeating.
The column stripe format is defined in the [[areaFormats]] collection and keyed by the [[WorksheetTableStyleArea]].ColumnStripe value.
The number of columns which will span each column stripe.[[InvalidOperationException]] The value is set and [[isCustom]] is False, indicating that the style is a read-only, standard table style.
[[ArgumentOutOfRangeException]] The value assigned is less than 1 or greater than 9.
[[alternateColumnStripeWidth]]
Gets the value indicating whether the style is a custom style. True id this is a custom table style; False if this is a read-only, standard table style.
Gets or sets the name of the style. The name of the style.
[[InvalidOperationException]] The value is set and [[isCustom]] is False, indicating that the style is a read-only, standard table style.
[[ArgumentException]] The value assigned is null, empty, or greater than 255 characters in length.
[[ArgumentException]] The value assigned matches the name of another custom style in the owning [[Workbook.customTableStyles]] collection. Table names are compared case-insensitively.
Gets or sets the number of rows which will span each row stripe.
The stripe sizes must be between 1 and 9, inclusive.
The row stripes are assigned from top to bottom in the table, first assigning the row stripe, then the alternate row stripe, then repeating.
The row stripe format is defined in the [[areaFormats]] collection and keyed by the [[WorksheetTableStyleArea]].RowStripe value.
The number of rows which will span each row stripe.[[InvalidOperationException]] The value is set and [[isCustom]] is False, indicating that the style is a read-only, standard table style.
[[ArgumentOutOfRangeException]] The value assigned is less than 1 or greater than 9.
[[alternateRowStripeHeight]]
Gets the format for the specified area. An [[IWorksheetCellFormat]] instance describing the appearance of the specified area.
[[InvalidEnumArgumentException]] 'area' is not defined.
The area for which to get the format.
Gets the collection of formats used for each area of a [[WorksheetTable]] to which the style is applied.
The area formats specified are differential formats. In other words, only the properties that are set to non-default values will be applied to the appropriate cells. An area format can define only a background color or only font information and that format will be applied to the cells while all other formatting properties on the cells will be maintained.
Duplicates the style and returns a deep copy.
A cloned style must be added to the [[Workbook.customTableStyles]] collection before it can be applied to a [[WorksheetTable]].
The only value not cloned from the style is the [[isCustom]] value. Cloning a standard style creates a custom style with the same style settings which can then be changed.
[[ArgumentNullException]] 'name' is null or empty.
The name to give to the cloned style.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
Represents a style which can be applied to a [[WorksheetTable]].
See