Spread Silverlight Documentation
Style Property (SheetTable)


GrapeCity.Windows.SpreadSheet.Data Namespace > SheetTable Class : Style Property
Gets or sets a style for the table.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Style As TableStyle
'Usage
 
Dim instance As SheetTable
Dim value As TableStyle
 
instance.Style = value
 
value = instance.Style
[System.ComponentModel.DefaultValue()]
public TableStyle Style {get; set;}
See Also

Reference

SheetTable Class
SheetTable Members