Spread for ASP.NET 12 Product Documentation
DefaultStyleName Property (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : DefaultStyleName Property
Gets or sets the name of the default style for the cells in this sheet.
Syntax
'Declaration
 
Public Property DefaultStyleName As String
'Usage
 
Dim instance As SheetView
Dim value As String
 
instance.DefaultStyleName = value
 
value = instance.DefaultStyleName
public string DefaultStyleName {get; set;}
See Also

Reference

SheetView Class
SheetView Members