OfficeIMO

API Reference

Class

ExcelTableInfo

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Represents a table defined in an Excel workbook.

Inheritance

  • Object
  • ExcelTableInfo

Constructors

public ExcelTableInfo(String name, String range, String sheetName, Int32 sheetIndex) #

Initializes a new instance of the ExcelTableInfo class.

Parameters

name System.String requiredposition: 0
Table name (or display name).
range System.String requiredposition: 1
Table range in A1 notation.
sheetName System.String requiredposition: 2
Sheet name containing the table.
sheetIndex System.Int32 requiredposition: 3
0-based sheet index; -1 when unknown.

Properties

public String Name { get; } #

Table name (or display name).

public String Range { get; } #

Table range in A1 notation.

public String SheetName { get; } #

Sheet name containing the table.

public Int32 SheetIndex { get; } #

0-based sheet index; -1 when unknown.