Workbook.WorkbookName Property

Definition

Gets or sets the user-defined name of the workbook.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.name")]
public string WorkbookName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.name")>]
member this.WorkbookName : string with get, set
Public Property WorkbookName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to