TupleSet.RowCount Property
rowCount.Represents the attribte in schema: rowCount
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "rowCount")> _
Public Property RowCount As UInt32Value
Get
Set
'Usage
Dim instance As TupleSet
Dim value As UInt32Value
value = instance.RowCount
instance.RowCount = value
[SchemaAttrAttribute(, "rowCount")]
public UInt32Value RowCount { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value