Property | Type | Description | |
---|---|---|---|
IGrid | IControl | ||
IGrid | double | ||
IGrid | int | ||
IGrid | void | ||
IGrid | void | ||
IGrid | void |
Method | Description | |
---|---|---|
RemoveColumn ( int columnIndex ) : void |
Removes a specific column and moves left all columns on right
|
|
RemoveRow ( int rowIndex ) : void |
Removes a specific row and moves up all rows below
|
Method | Description | |
---|---|---|
OnPaint ( System pevent ) : void |
Method | Description | |
---|---|---|
IGrid ( int row, int column ) : IControl | ||
IGrid ( int column ) : double | ||
IGrid ( IControl content ) : int | ||
IGrid ( int columnSpan, IControl content ) : void | ||
IGrid ( int column, double width ) : void | ||
IGrid ( int row, int column, IControl content ) : void |
public RemoveColumn ( int columnIndex ) : void | ||
columnIndex | int | Zero based index of he column to be deleted |
return | void |
public RemoveRow ( int rowIndex ) : void | ||
rowIndex | int | Zero based index of he row to be deleted |
return | void |