CellsCollectionContains Method |
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual bool Contains(
CellElement value
)
Public Overridable Function Contains (
value As CellElement
) As Boolean
public:
virtual bool Contains(
CellElement^ value
)
abstract Contains :
value : CellElement -> bool
override Contains :
value : CellElement -> bool
Parameters
- value
- Type: Kettic.AspNet.Controls.GridExcelBuilderCellElement
Return Value
Type:
Boolean
See Also