ResetCellType Method (StyleInfo)
In This Topic
Resets the
CellType property to its default value.
Syntax
'Declaration
Public Sub ResetCellType()
'Usage
Dim instance As StyleInfo
instance.ResetCellType()
public void ResetCellType()
Example
This example uses the ResetCellType method.
See Also