Method | Description | |
---|---|---|
AddColumnSelection ( int column ) : bool | ||
AddRowSelection ( int row ) : bool | ||
GetColumnAtIndex ( int index ) : int | ||
GetColumnDescription ( int column ) : string | ||
GetColumnExtentAt ( int row, int column ) : int | ||
GetColumnHeader ( int column ) : Atk.Object | ||
GetIndexAt ( int row, int column ) : int | ||
GetRowAtIndex ( int index ) : int | ||
GetRowDescription ( int row ) : string | ||
GetRowExtentAt ( int row, int column ) : int | ||
GetRowHeader ( int row ) : Atk.Object | ||
GetSelectedColumns ( int &selected ) : int | ||
GetSelectedRows ( int &selected ) : int | ||
IsColumnSelected ( int column ) : bool | ||
IsRowSelected ( int row ) : bool | ||
IsSelected ( int row, int column ) : bool | ||
RaiseAutomationEvent ( |
||
RaiseAutomationPropertyChangedEvent ( |
||
RaiseStructureChangedEvent ( object childProvider, |
||
RefAt ( int row, int column ) : Atk.Object | ||
RemoveColumnSelection ( int column ) : bool | ||
RemoveRowSelection ( int row ) : bool | ||
SetColumnDescription ( int column, string description ) : void | ||
SetColumnHeader ( int column, Atk header ) : void | ||
SetRowDescription ( int row, string description ) : void | ||
SetRowHeader ( int row, Atk header ) : void | ||
Table ( IRawElementProviderFragment provider ) : System |
Method | Description | |
---|---|---|
OnRefStateSet ( ) : Atk.StateSet |
Method | Description | |
---|---|---|
EmitRowReorderingSignal ( ) : void |
public AddColumnSelection ( int column ) : bool | ||
column | int | |
return | bool |
public GetColumnDescription ( int column ) : string | ||
column | int | |
return | string |
public GetColumnExtentAt ( int row, int column ) : int | ||
row | int | |
column | int | |
return | int |
public GetColumnHeader ( int column ) : Atk.Object | ||
column | int | |
return | Atk.Object |
public GetIndexAt ( int row, int column ) : int | ||
row | int | |
column | int | |
return | int |
public GetRowDescription ( int row ) : string | ||
row | int | |
return | string |
public GetRowExtentAt ( int row, int column ) : int | ||
row | int | |
column | int | |
return | int |
public GetSelectedColumns ( int &selected ) : int | ||
selected | int | |
return | int |
public GetSelectedRows ( int &selected ) : int | ||
selected | int | |
return | int |
public IsColumnSelected ( int column ) : bool | ||
column | int | |
return | bool |
public IsSelected ( int row, int column ) : bool | ||
row | int | |
column | int | |
return | bool |
public RaiseAutomationEvent ( |
||
eventId | ||
e | ||
return | void |
public RaiseAutomationPropertyChangedEvent ( |
||
e | ||
return | void |
public RaiseStructureChangedEvent ( object childProvider, |
||
childProvider | object | |
e | ||
return | void |
public RefAt ( int row, int column ) : Atk.Object | ||
row | int | |
column | int | |
return | Atk.Object |
public RemoveColumnSelection ( int column ) : bool | ||
column | int | |
return | bool |
public SetColumnDescription ( int column, string description ) : void | ||
column | int | |
description | string | |
return | void |
public SetColumnHeader ( int column, Atk header ) : void | ||
column | int | |
header | Atk | |
return | void |
public SetRowDescription ( int row, string description ) : void | ||
row | int | |
description | string | |
return | void |
public SetRowHeader ( int row, Atk header ) : void | ||
row | int | |
header | Atk | |
return | void |
public Table ( IRawElementProviderFragment provider ) : System | ||
provider | IRawElementProviderFragment | |
return | System |