GrapeCity.Xaml.Excel
ShowRowStripes Property (ExcelTableStyleInfo)


GrapeCity.Excel Namespace > ExcelTableStyleInfo Class : ShowRowStripes Property
A boolean indicating whether row stripe formatting is applied.
Syntax
'Declaration
 
Public Property ShowRowStripes As Boolean
'Usage
 
Dim instance As ExcelTableStyleInfo
Dim value As Boolean
 
instance.ShowRowStripes = value
 
value = instance.ShowRowStripes
public bool ShowRowStripes {get; set;}
See Also

Reference

ExcelTableStyleInfo Class
ExcelTableStyleInfo Members