DialogSheet.Controls Property
Controls, this property is only available in Office2010.Represents the element tag in schema: x:controls
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property Controls As Controls
Get
Set
'使用
Dim instance As DialogSheet
Dim value As Controls
value = instance.Controls
instance.Controls = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public Controls Controls { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.Controls