OlapProperties.RowDrillCount Property

Drill Through Count.Represents the attribte in schema: rowDrillCount

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "rowDrillCount")> _
Public Property RowDrillCount As UInt32Value
    Get
    Set
'Usage
Dim instance As OlapProperties
Dim value As UInt32Value

value = instance.RowDrillCount

instance.RowDrillCount = value
[SchemaAttrAttribute(, "rowDrillCount")]
public UInt32Value RowDrillCount { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

OlapProperties Class

OlapProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace