RevisionComment.Cell Property

Definition

Cell

Represents the following attribute in the schema: cell

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

Property Value

Returns StringValue.

Attributes

Applies to