CellsCollectionGetCellByName 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 CellElement GetCellByName(
string uniqueName
)
Public Overridable Function GetCellByName (
uniqueName As String
) As CellElement
public:
virtual CellElement^ GetCellByName(
String^ uniqueName
)
abstract GetCellByName :
uniqueName : string -> CellElement
override GetCellByName :
uniqueName : string -> CellElement
Parameters
- uniqueName
- Type: SystemString
Return Value
Type:
CellElement
See Also