메소드 |
설명 |
|
AddColumnSelection ( int column ) : bool |
|
|
AddRowSelection ( int row ) : bool |
|
|
GetAccessibleAt ( int row, int column ) : Accessible |
|
|
GetColumnAtIndex ( int index ) : int |
|
|
GetColumnDescription ( int column ) : string |
|
|
GetColumnExtentAt ( int row, int column ) : int |
|
|
GetColumnHeader ( int column ) : Accessible |
|
|
GetIndexAt ( int row, int column ) : int |
|
|
GetRowAtIndex ( int index ) : int |
|
|
GetRowColumnExtentsAtIndex ( int index, int &row, int &col, int &row_extents, int &col_extents, bool &is_selected ) : bool |
|
|
GetRowDescription ( int row ) : string |
|
|
GetRowExtentAt ( int row, int column ) : int |
|
|
GetRowHeader ( int row ) : Accessible |
|
|
GetSelectedColumns ( ) : int[] |
|
|
GetSelectedRows ( ) : int[] |
|
|
IsColumnSelected ( int column ) : bool |
|
|
IsRowSelected ( int row ) : bool |
|
|
IsSelected ( int row, int column ) : bool |
|
|
RemoveColumnSelection ( int column ) : bool |
|
|
RemoveRowSelection ( int row ) : bool |
|
|
Table ( Accessible accessible ) : System |
|
|