Share via


TextProperties.FirstRow property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "firstRow")> _
Public Property FirstRow As UInt32Value
    Get
    Set
'Usage
Dim instance As TextProperties
Dim value As UInt32Value

value = instance.FirstRow

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

Property value

Type: DocumentFormat.OpenXml.UInt32Value

See also

Reference

TextProperties class

TextProperties members

DocumentFormat.OpenXml.Office15.Excel namespace