TupleSet.MaxRank Property

Maximum Rank Requested.Represents the attribte in schema: maxRank

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

Syntax

'Declaration
<SchemaAttrAttribute(, "maxRank")> _
Public Property MaxRank As Int32Value
    Get
    Set
'Usage
Dim instance As TupleSet
Dim value As Int32Value

value = instance.MaxRank

instance.MaxRank = value
[SchemaAttrAttribute(, "maxRank")]
public Int32Value MaxRank { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value

See Also

Reference

TupleSet Class

TupleSet Members

DocumentFormat.OpenXml.Spreadsheet Namespace