Represents a style which can be applied to a .
Inheritance
object
Constructors
Section titled "Constructors"constructor
public WorksheetTableStyle(string name) Returns WorksheetTableStyle
Properties
Section titled "Properties"AlternateColumnStripeWidth
Section titled "AlternateColumnStripeWidth"Gets or sets the number of columns which will span each alternate column stripe.
public int AlternateColumnStripeWidth { get; set; } AlternateRowStripeHeight
Section titled "AlternateRowStripeHeight"Gets or sets the number of rows which will span each alternate row stripe.
public int AlternateRowStripeHeight { get; set; } AreaFormats
Section titled "AreaFormats"Gets the collection of formats used for each area of a to which the style is applied.
public WorksheetTableAreaFormatsCollection<WorksheetTableStyleArea> AreaFormats { get; } ColumnStripeWidth
Section titled "ColumnStripeWidth"Gets or sets the number of columns which will span each column stripe.
public int ColumnStripeWidth { get; set; } IsCustom
Section titled "IsCustom"Gets the value indicating whether the style is a custom style.
public bool IsCustom { get; } Gets or sets the name of the style.
public string Name { get; set; } RowStripeHeight
Section titled "RowStripeHeight"Gets or sets the number of rows which will span each row stripe.
public int RowStripeHeight { get; set; } Methods
Section titled "Methods"Clone(string)
Section titled "Clone(string)"Duplicates the style and returns a deep copy.
public WorksheetTableStyle Clone(string name) Parameters
- name:
string