TupleSet.TupleSetRows Property
TupleSetRows.Represents the element tag in schema: x14:rows
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TupleSetRows As TupleSetRows
Get
Set
'Usage
Dim instance As TupleSet
Dim value As TupleSetRows
value = instance.TupleSetRows
instance.TupleSetRows = value
public TupleSetRows TupleSetRows { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows