CellWatchCollectionItem Property (String) |
Gets and sets
CellWatch by the name of the cell.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic CellWatch this[
string cellName
] { get; }
Public ReadOnly Default Property Item (
cellName As String
) As CellWatch
Get
public:
property CellWatch^ default[String^ cellName] {
CellWatch^ get (String^ cellName);
}
member Item : CellWatch with get
Parameters
- cellName
- Type: SystemString
The name of the cell.
Return Value
Type:
CellWatch
See Also