Share via


Selection.ActiveCell Property

Active Cell Location.Represents the attribte in schema: activeCell

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

Syntax

'Declaration
<SchemaAttrAttribute(, "activeCell")> _
Public Property ActiveCell As StringValue
    Get
    Set
'Usage
Dim instance As Selection
Dim value As StringValue

value = instance.ActiveCell

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Selection Class

Selection Members

DocumentFormat.OpenXml.Spreadsheet Namespace