[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomView.Name

Name Property

Name

Gets the name of the custom view.

Declaration
string Name { get; }
ReadOnly Property Name As String
Property Value
Type Description
string

The name of the custom view.

Examples
ICustomView customView = workbook.CustomViews.Add("ReviewView", true, true);
string name = customView.Name;