'Declaration Public ReadOnly Property NamedStyles As NamedStyleCollection
'Usage Dim instance As FpSpread Dim value As NamedStyleCollection value = instance.NamedStyles
public NamedStyleCollection NamedStyles {get;}
'Declaration Public ReadOnly Property NamedStyles As NamedStyleCollection
'Usage Dim instance As FpSpread Dim value As NamedStyleCollection value = instance.NamedStyles
public NamedStyleCollection NamedStyles {get;}
FarPoint.Web.Spread.ColumnHeader colhdr; FarPoint.Web.Spread.NamedStylemn style=new FarPoint.Web.Spread.NamedStyle(); mnstyle.Name="fpstyle"; mnstyle.BackColor=Color.Yellow; FpSpread1.NamedStyles.Add(mnstyle); colhdr=FpSpread1.ActiveSheetView.ColumnHeader; colhdr.DefaultStyleName=mnstyle.Name;
Dim colhdr As FarPoint.Web.Spread.ColumnHeader Dim mnstyle As New FarPoint.Web.Spread.NamedStyle() mnstyle.Name="fpstyle" mnstyle.BackColor=Color.Yellow FpSpread1.NamedStyles.Add(mnstyle) colhdr=FpSpread1.ActiveSheetView.ColumnHeader colhdr.DefaultStyleName=mnstyle.Name
FpSpread Class
FpSpread Members
NamedStyle Class
NamedStyleCollection Class