Show / Hide Table of Contents

Method Contains

| Improve this Doc View Source

Contains(GridRange)

Determines whether this GridRange contains other 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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

Contains(GridRow)

Determines whether this GridRange contains specified 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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest