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


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