Top10.Top Property

Top.Represents the attribte in schema: top

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

Syntax

'Declaration
<SchemaAttrAttribute(, "top")> _
Public Property Top As BooleanValue
    Get
    Set
'Usage
Dim instance As Top10
Dim value As BooleanValue

value = instance.Top

instance.Top = value
[SchemaAttrAttribute(, "top")]
public BooleanValue Top { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Top10 Class

Top10 Members

DocumentFormat.OpenXml.Spreadsheet Namespace