Compartir a través de


TextProperties.FirstRow Property

First Row.Represents the attribte in schema: firstRow

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

Syntax

'Declaración
<SchemaAttrAttribute(, "firstRow")> _
Public Property FirstRow As UInt32Value
    Get
    Set
'Uso
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
Returns UInt32Value.

See Also

Reference

TextProperties Class

TextProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace