'Declaration Public Function New( _ ByVal gridElement As GridElement _ )
'Usage Dim gridElement As GridElement Dim instance As New ExcelStyle(gridElement)
public ExcelStyle( GridElement gridElement )
Parameters
- gridElement
- A reference to a Xceed.Grid.GridElement whose appearance will be applied to the ExcelStyle. Cannot be a null reference (Nothing in Visual Basic).