次の方法で共有


ChartSheetProtection.Objects プロパティ

定義

ロックされたオブジェクト

スキーマ内のオブジェクトの次の属性を表します。

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

プロパティ値

BooleanValue を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

の場合 true、グラフ シートを保護する前に特定のオブジェクトのロックを解除しない限り、図形、テキスト ボックス、コントロールなどのグラフィック オブジェクトをユーザーが変更できなくなります。

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

適用対象