var instance = new GC.Spread.Sheets.Shapes.ShapeBase(); var returnValue; // Type: any returnValue = instance.startColumn(value);
function startColumn( value : number ) : any;
Parameters
- value
- The starting column index of the shape position.
Return Value
If no value is set, returns the starting column index of the shape position.