ChartSheetProtection.Objects Property
Objects Locked.Represents the attribte in schema: objects
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "objects")> _
Public Property Objects As BooleanValue
Get
Set
'Usage
Dim instance As ChartSheetProtection
Dim value As BooleanValue
value = instance.Objects
instance.Objects = value
[SchemaAttrAttribute(, "objects")]
public BooleanValue Objects { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
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.