Compartir a través de


Workbook.Kind Propiedad

Definición

Obtiene o establece el tipo de libro. Las opciones son usuario y compartido. Entre los valores posibles se incluyen: "user", "shared"

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a