Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / ResetBorder Method


In This Topic
ResetBorder Method (Column)
In This Topic
Resets the cell border for the column and makes the column inherit the cell border from the default column.
Syntax
'Declaration
 
Public Sub ResetBorder() 
 
'Usage
 
Dim instance As Column
 
instance.ResetBorder()
See Also