Spread for ASP.NET 12 Product Documentation
StyleModel Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : StyleModel Property
Gets or sets the cell types and other style settings for the sheet.
Syntax
'Declaration
 
Public Property StyleModel As ISheetStyleModel
'Usage
 
Dim instance As SheetView
Dim value As ISheetStyleModel
 
instance.StyleModel = value
 
value = instance.StyleModel
public ISheetStyleModel StyleModel {get; set;}
See Also

Reference

SheetView Class
SheetView Members