'Declaration Public Sub ResetHeight()
'Usage Dim instance As Row instance.ResetHeight()
public void ResetHeight()
'Declaration Public Sub ResetHeight()
'Usage Dim instance As Row instance.ResetHeight()
public void ResetHeight()
This method should allow resetting of the property from the Property window at design time.
FarPoint.Win.Spread.row r; r = fpSpread1.ActiveSheet.Rows[0]; r.ResetHeight();
Dim r As FarPoint.Win.Spread.Row r = FpSpread1.ActiveSheet.Rows(0) r.ResetHeight()