SheetView.TopLeftCell Property

Definition

Top Left Visible Cell

Represents the following attribute in the schema: topLeftCell

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

Property Value

Returns StringValue.

Attributes

Applies to