[]
Gets the name of the custom view.
string Name { get; }
ReadOnly Property Name As String
| Type | Description |
|---|---|
| string | The name of the custom view. |
ICustomView customView = workbook.CustomViews.Add("ReviewView", true, true);
string name = customView.Name;