| GC.Spread.Sheets.Tables 名前空間 > Table タイプ : getColumnValue メソッド |
| Javascript (Usage) | |
|---|---|
var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options); var value; // Type: string value = instance.getColumnValue(tableColumnIndex); | |
| Javascript (Specification) | |
|---|---|
function getColumnValue( tableColumnIndex : number ) : string; | |