Method RowRange
| Improve this Doc View SourceRowRange(Int32, Int32, Int32, Int32)
Defines the grid range for row.
Declaration
public DataPresenter.TemplateBuilder RowRange(int left, int top, int right, int bottom)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | left | The left grid column index. |
System.Int32 | top | The top grid row index. |
System.Int32 | right | The right grid column index. |
System.Int32 | bottom | The bottom grid row index. |
Returns
Type | Description |
---|---|
DataPresenter.TemplateBuilder | This template builder for fluent coding. |
Remarks
By default, row range is calcuated automatically to union all grid cells which contains row binding. You can call this method to specify custom row range to include grid cells does not contain any row binding.