次の方法で共有


CellFormat.ApplyProtection プロパティ

定義

保護の適用

スキーマ内の次の属性を表します:applyProtection

[DocumentFormat.OpenXml.SchemaAttr(0, "applyProtection")]
public DocumentFormat.OpenXml.BooleanValue ApplyProtection { get; set; }
public DocumentFormat.OpenXml.BooleanValue ApplyProtection { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "applyProtection")]
public DocumentFormat.OpenXml.BooleanValue? ApplyProtection { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("applyProtection")]
public DocumentFormat.OpenXml.BooleanValue? ApplyProtection { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ApplyProtection { get; set; }
member this.ApplyProtection : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "applyProtection")>]
member this.ApplyProtection : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("applyProtection")>]
member this.ApplyProtection : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ApplyProtection As BooleanValue

プロパティ値

BooleanValue を返します。

属性

注釈

これに xf 指定された保護書式を適用するかどうかを示すブール値。

この属性に使用できる値は、XML スキーマ boolean データ型によって定義されます。

適用対象