CellType Property (IRange)
Gets or sets the cell type for cells in this
IRange.
'Declaration
Property CellType As ICellType
'Usage
Dim instance As IRange
Dim value As ICellType
instance.CellType = value
value = instance.CellType
Property Value
The cell type of for cells in this
IRange.