GraphicFrameLocks.NoDrilldown Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disallow Selection of Child Shapes
Represents the following attribute in the schema: noDrilldown
[DocumentFormat.OpenXml.SchemaAttr(0, "noDrilldown")]
public DocumentFormat.OpenXml.BooleanValue NoDrilldown { get; set; }
public DocumentFormat.OpenXml.BooleanValue NoDrilldown { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "noDrilldown")]
public DocumentFormat.OpenXml.BooleanValue? NoDrilldown { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("noDrilldown")]
public DocumentFormat.OpenXml.BooleanValue? NoDrilldown { get; set; }
public DocumentFormat.OpenXml.BooleanValue? NoDrilldown { get; set; }
member this.NoDrilldown : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "noDrilldown")>]
member this.NoDrilldown : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("noDrilldown")>]
member this.NoDrilldown : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property NoDrilldown 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.
Specifies that the generating application should not allow selecting of objects within the corresponding graphic frame but allow selecting of the graphic frame itself. If this attribute is not specified, then a value of false
is assumed.
The possible values for this attribute are defined by the XML Schema boolean
datatype.