Location.RowPageCount Property

Rows Per Page Count.Represents the attribte in schema: rowPageCount

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

Syntax

'Declaration
<SchemaAttrAttribute(, "rowPageCount")> _
Public Property RowPageCount As UInt32Value
    Get
    Set
'Usage
Dim instance As Location
Dim value As UInt32Value

value = instance.RowPageCount

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Location Class

Location Members

DocumentFormat.OpenXml.Spreadsheet Namespace