SC command description


Description: Make the body cell(ColumnIndex,RowIndex) the current cell selection in the current table or the body cells area from (ColumnIndex,RowIndex) to (ColumnIndex2,RowIndex2) the current selection. Command CT has to be called before any use of this command. 0 can be used as index to specify a selection of a whole column or a whole row.


Syntax: [ SC =  ColumnIndex  ;  RowIndex  ;  ColumnIndex2  ;  RowIndex2    ]


ColumnIndex
Integer
1-based column index (or 0 for all columns) of the body cell to select or index of the top left body cell of the area to select
     
RowIndex
Integer
1-based row index (or for all body rows) of the body cell to select or index of the top left body cell of the area to select
     
ColumnIndex2
Integer
  1-based column index of the right bottom body cell of the area to select
     
RowIndex2
Integer
  1-based column index of the right bottom body cell of the area to select
     


Note:


Example: [SC=2;3] Make the cell in the second column, third row the current cell. [SC=1;0] Make the first column the current selection of cells [SC=0;4] Make the fourth row the current selection of cells [SC=0;0] Make all the body cells the current selection of cells [SC=1;1;2;2] Make the four-body cells area from cell(1,1) to cell(2,2) the current selection of cells


See also: [CT]


The • sign indicates a mandatory parameter

 

 

©1993-2008 Trias.
All rights reserved.