[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITables

ITables Interface

Represents an ITables object which manages all ITable tables in the specified IWorksheet.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ITables
Public Interface ITables

Properties

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.

Methods

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.