次の方法で共有


Workbook.Kind プロパティ

定義

ブックの種類を取得または設定します。 選択肢はユーザーと共有です。 使用可能な値は次のとおりです: '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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象