GrapeCity.Documents.Excel Namespace / IWorksheet Interface / Names Property
In This Topic
Names Property (IWorksheet)
In This Topic
Returns the INames collection that represents all the worksheet-specific names (names defined with the "WorksheetName!" prefix). This is a read-only Names object.
Syntax
INames Names {get;}
See Also