Gets the WorksheetCell which represents the total cell for the column. Syntax Property Value A WorksheetCell which represents the total cell for the column or null if the totals row is not visible in the table.
Gets or sets the formula to use in the total cell of the column. Syntax Exceptions Exception Description System.ArgumentException The value is already applied to something else, such as a cell or table column. System.InvalidOperationException From the setter if column was removed from the table. Remarks The total ...
Gets or sets the text label to use in the total cell of the column. Syntax Exceptions Exception Description System.InvalidOperationException From the setter if column was removed from the table. Remarks The total label can be set regardless of whether or not the totals row is visible. If the totals row is hidden, ...
Gets the WorksheetRegion which represents the region of cells in the whole column, including the header and total cells, if visible. Syntax
Represents a style which can be applied to a WorksheetTable. Syntax
Represents the various areas which can have a format applied at the table style level. Syntax Members Member Description AlternateColumnStripe The format is applied to the even numbered column stripes in the table. AlternateRowStripe The format is applied to the even numbered row stripes in the table. ColumnStripe...
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Gets or sets the number of columns which will span each alternate column stripe. Syntax Property Value The number of columns which will span each alternate column stripe. Exceptions Exception Description System.InvalidOperationException The value is set and IsCustom is False, indicating that the style is a read-on...