[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableColumns

ITableColumns Interface

Represents a collection of all the ITableColumn objects in the specified ITable object.

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

Properties

Name Description
Count

Gets an integer value that represents the number of columns in the table.

this[int]

Gets the ITableColumn object at the specified index.

this[string]

Gets the ITableColumn object at the specified index.

Methods

Name Description
Add(int, int)

Adds a new column to the table object.

Move(int, int, int)

Moves table column(s) at the specified position to other position.