Spread for ASP.NET 12 Product Documentation
NamedStyles Property (DefaultSheetStyleModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetStyleModel Class : NamedStyles Property
Gets or sets the named styles collection for the model.
Syntax
'Declaration
 
Public Overridable Property NamedStyles As NamedStyleCollection
'Usage
 
Dim instance As DefaultSheetStyleModel
Dim value As NamedStyleCollection
 
instance.NamedStyles = value
 
value = instance.NamedStyles
public virtual NamedStyleCollection NamedStyles {get; set;}
See Also

Reference

DefaultSheetStyleModel Class
DefaultSheetStyleModel Members