[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.Names

Names Property

Names

Returns the INames collection that represents the workbook-specified names. The Names object is read-only.

Declaration
public INames Names { get; }
Public ReadOnly Property Names As INames
Implements