ChartSheetProtection.Objects Property

Definition

Objects Locked

Represents the following attribute in the schema: 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

Property Value

Returns BooleanValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

When true, prevents users from making changes to graphic objects—including shapes, text boxes, and controls—unless you unlock the specific objects before you protect the chart sheet.

The possible values for this attribute are defined by the XML Schema boolean data type.

Applies to