Method | Description | |
---|---|---|
FromIndex ( Table table, int columnIndex ) : Column |
Returns a new column facade from the table and supplied zero-based index.
|
|
IndexOf ( Cell cell ) : int |
Returns the index of the given cell in the column.
|
|
InsertColumnBefore ( ) : Column |
Inserts a brand new column before this column into the table.
|
|
Remove ( ) : void |
Removes the column from the table.
|
|
ToTxt ( ) : string |
Returns the text of the column.
|
Method | Description | |
---|---|---|
Column ( Table table, int columnIndex ) : System | ||
GetColumnCells ( ) : |
Provides an up-to-date collection of cells which make up the column represented by this facade.
|
public static FromIndex ( Table table, int columnIndex ) : Column | ||
table | Table | |
columnIndex | int | |
return | Column |