Gets the WorksheetRegion which represents the region of cells in the totals row of the table. Syntax Property Value A WorksheetRegion which represents the region of cells in the totals row of the table or null if the totals row is not visible.
Gets the WorksheetRegion which represents the region of cells in the whole table, including the header and totals rows, if visible. Syntax Remarks The table region can be changed by using one of the Resize overloads.
Gets the Worksheet to which the table belongs. Syntax Property Value The Worksheet to which the table belongs or null if the table has been removed from the Worksheet.
Represents the various views for a worksheet. Syntax Members Member Description Normal The worksheet is displayed in the normal view. PageBreakPreview This view shows a preview of where pages will break when the worksheet is printed. PageLayout The worksheet is displayed as it will appear when printed. This view d...
Represents the various visibilities of a worksheet. Syntax Members Member Description Hidden The worksheet tab is not present in the tab bar. The worksheet can be made visible from the Unhide dialog in Microsoft Excel. StrongHidden The worksheet tab is not present in the tab bar. The worksheet can only be made vis...
For a list of all members of this type, see Worksheet members. Public Events Name Description PropertyChanged Occurs after a property value has changed Top
Public Properties Public Methods Public Events
Public Methods
Public Properties
Gets the collection of columns in the worksheet. Syntax Property Value The collection of columns in the worksheet. Remarks The collection of columns is a fixed length collection, with the maximum number of columns in the collection being Workbook.MaxExcelColumnCount or Workbook.MaxExcel2007ColumnCount, depending o...