IRowsCollectionContains Method |
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxbool Contains(
RowElement value
)
Function Contains (
value As RowElement
) As Boolean
bool Contains(
RowElement^ value
)
abstract Contains :
value : RowElement -> bool
Parameters
- value
- Type: Kettic.AspNet.Controls.GridExcelBuilderRowElement
Return Value
Type:
Boolean
See Also