TupleSet.RowCount Property

Definition

rowCount, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: rowCount

[DocumentFormat.OpenXml.SchemaAttr(0, "rowCount")]
public DocumentFormat.OpenXml.UInt32Value RowCount { get; set; }
public DocumentFormat.OpenXml.UInt32Value RowCount { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "rowCount")]
public DocumentFormat.OpenXml.UInt32Value? RowCount { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("rowCount")]
public DocumentFormat.OpenXml.UInt32Value? RowCount { get; set; }
public DocumentFormat.OpenXml.UInt32Value? RowCount { get; set; }
member this.RowCount : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "rowCount")>]
member this.RowCount : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("rowCount")>]
member this.RowCount : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property RowCount As UInt32Value

Property Value

Attributes

Applies to