'Declaration Public Sub ApplyStyleSheet( _ ByVal styleSheet As StyleSheet _ )
'Usage Dim instance As GridControl Dim styleSheet As StyleSheet instance.ApplyStyleSheet(styleSheet)
public void ApplyStyleSheet( StyleSheet styleSheet )
Parameters
- styleSheet
- A reference to the StyleSheet that will be applied to the grid.