Version

HasCell Method (CellsCollection)

Returns true if the cell has already been created for this column
Overload List
OverloadDescription
HasCell(Int32)Returns true if the cell has already been created for this column  
HasCell(String)Returns true if the cell has already been created for the column identified by the specified key. The column by that key must exist in the associated band's columns collection otherwise an exception will be thrown.  
HasCell(UltraGridColumn)Returns true if the cell has already been created for this column.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also