Public Methods
Public Properties
Gets the number of area formats in the collection. Syntax
Determines whether the area has a non-default format applied. Syntax Parameters area The area of which to test the format. Return Value True if the area has a non-default format applied; False otherwise. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException area is not defined.
Gets the format for the specified area. Syntax Parameters area The area for which to get the format. Property Value An IWorksheetCellFormat instance describing the appearance of the specified area. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException area is not defined.
The collection of WorksheetTable instances on a Worksheet. Syntax
Public Properties Public Methods
Public Methods
Public Properties
Formats a region as a table and adds an associated WorksheetTable to the collection. Syntax Parameters region The region to format as a table.tableHasHeaders A value which indicates whether the top row of the region contains the headers for the table.tableStyle The WorksheetTableStyle to apply to the table or null...