CreateSpreadsheetFromDataRequest.WorksheetName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional; The new Spreadsheet will have a default Worksheet in it; supply a name, or if left empty, will default to Worksheet1
[System.Text.Json.Serialization.JsonPropertyName("WorksheetName")]
public string WorksheetName { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("WorksheetName")>]
member this.WorksheetName : string with get, set
Public Property WorksheetName As String
Property Value
- Attributes