GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Activate Method


In This Topic
Activate Method (IRange)
In This Topic
Activates a single cell, which must be inside the current selection.
Syntax
'Declaration
 
Sub Activate() 
 
'Usage
 
Dim instance As IRange
 
instance.Activate()
See Also