Version

Search Results

Count Property (WorksheetTableAreaFormatsCollection<TArea>)

Gets the number of area formats in the collection. Syntax

HasFormat Method

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.

Item Property (WorksheetTableAreaFormatsCollection<TArea>)

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.

WorksheetTableCollection Class

The collection of WorksheetTable instances on a Worksheet. Syntax

WorksheetTableCollection Class Members

Public Properties Public Methods

Add(String,Boolean,WorksheetTableStyle) Method

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...