'Declaration Public Sub ResetCellType()
'Usage Dim instance As Column instance.ResetCellType()
public void ResetCellType()
'Declaration Public Sub ResetCellType()
'Usage Dim instance As Column instance.ResetCellType()
public void ResetCellType()
This method should allow resetting of the property from the Property window at design time.
FarPoint.Win.Spread.Column c; c = fpSpread1.ActiveSheet.Columns[0]; c.ResetCellType();
Dim c As FarPoint.Win.Spread.Column c = fpSpread1.ActiveSheet.Columns(0) c.ResetCellType()