[]
Represents an ITables object which manages all ITable tables in the specified IWorksheet.
public interface ITables
Public Interface ITables
Name | Description |
---|---|
Count | Gets the number of tables in this ITables. |
this[int] | Gets the ITable at the specified index. |
this[string] | Gets the ITable with the specified name. |
Name | Description |
---|---|
Add(IRange, YesNoGuess, string, string) | Creates the ITable at the specified cell range. |
Add(int, int, int, int, YesNoGuess, string, string) | Creates the ITable at the specified cell range. |
Add(string, YesNoGuess, string, string) | Creates the ITable at the specified cell range. |