Selection.ActiveCellId Property

Active Cell Index.Represents the attribte in schema: activeCellId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "activeCellId")> _
Public Property ActiveCellId As UInt32Value
    Get
    Set
'Usage
Dim instance As Selection
Dim value As UInt32Value

value = instance.ActiveCellId

instance.ActiveCellId = value
[SchemaAttrAttribute(, "activeCellId")]
public UInt32Value ActiveCellId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Selection Class

Selection Members

DocumentFormat.OpenXml.Spreadsheet Namespace