Gets or sets whether the Spread component should render the styles by using CSS styles or by using in-line style attributes.
Syntax
'Declaration
Public Property RenderCSSClass As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.RenderCSSClass = value
value = instance.RenderCSSClass
public bool RenderCSSClass {get; set;}
See Also