Method Contains
| Improve this Doc View SourceContains(GridRange)
Declaration
public bool Contains(GridRange gridRange)
Parameters
Type | Name | Description |
---|---|---|
GridRange | gridRange | The other GridRange. |
Returns
Type | Description |
---|---|
System.Boolean | true if this GridRange contains other GridRange, otherwise false. |
Contains(GridColumn)
Determines whether this GridRange contains specified GridColumn.
Declaration
public bool Contains(GridColumn gridColumn)
Parameters
Type | Name | Description |
---|---|---|
GridColumn | gridColumn | The specified GridColumn. |
Returns
Type | Description |
---|---|
System.Boolean | true if this GridRange contains specified GridColumn, otherwise false. |
Contains(GridRow)
Declaration
public bool Contains(GridRow gridRow)
Parameters
Type | Name | Description |
---|---|---|
GridRow | gridRow | The specified GridRow. |
Returns
Type | Description |
---|---|
System.Boolean | true if this GridRange contains specified GridRow, otherwise false. |