ResetBorder Method (Column)
Resets the cell border for the column and makes the column inherit the cell border from the default column.
public void ResetBorder()
'Declaration
Public Sub ResetBorder()
'Usage
Dim instance As Column
instance.ResetBorder()