SheetView.TopLeftCell Property

Top Left Visible Cell.Represents the attribte in schema: topLeftCell

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

Syntax

'Declaration
<SchemaAttrAttribute(, "topLeftCell")> _
Public Property TopLeftCell As StringValue
    Get
    Set
'Usage
Dim instance As SheetView
Dim value As StringValue

value = instance.TopLeftCell

instance.TopLeftCell = value
[SchemaAttrAttribute(, "topLeftCell")]
public StringValue TopLeftCell { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

SheetView Class

SheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace