![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowGridActions< T > | Add (IGPALGrid< T > grid) |
| IAllowGridActions< T > | AddRow (List< T > row) |
| IAllowGridActions< T > | AddColumn (List< T > column) |
| IAllowGridActions< T > | AddCell (T value, int row, int column) |
| T | GetCell (int row, int column) |
| IAllowGridActions< T > | Clear () |
| IAllowGridActions< T > | DeleteRow (RowPosition rowPosition=RowPosition.Last) |
| IAllowGridActions< T > | InputFrom (GPALFile input) |
| IAllowGridActions< T > | SaveTo (GPALFile output) |
| IAllowGridActions< T > | InputFrom (IGPALDatabase input) |
| IAllowGridActions< T > | SaveTo (IGPALDatabase output) |
| int | Count () |
| bool | Contains (T value) |
| object | Clone () |
| Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult > | |
| TResult | ToGPALObject () |
Properties | |
| int | Rows [get] |
| int | Columns [get] |
| List< T > | this[int index] [get, set] |
| T | this[int row, int column] [get, set] |
Definition at line 622 of file Interfaces.cs.
|
get |
Definition at line 628 of file Interfaces.cs.
|
get |
Definition at line 627 of file Interfaces.cs.
|
getset |
Definition at line 637 of file Interfaces.cs.
|
getset |
Definition at line 638 of file Interfaces.cs.