FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > SheetSkin クラス > SheetSkin コンストラクタ : SheetSkin コンストラクタ(String,Color,Color,Color,Color,GridLines,Color,Color,Color,Color,Color,Color,Color,Color,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,String,String,String,String,String,String,String,Color,Color,Color,Color,AutoFilterMode) |
'Declaration
Public Function New( _ ByVal name As String, _ ByVal backColor As Color, _ ByVal cellBackColor As Color, _ ByVal cellForeColor As Color, _ ByVal gridLineColor As Color, _ ByVal gridLines As GridLines, _ ByVal headerBackColor As Color, _ ByVal footerBackColor As Color, _ ByVal headerForeColor As Color, _ ByVal footerForeColor As Color, _ ByVal selectionBackColor As Color, _ ByVal selectionForeColor As Color, _ ByVal evenRowBackColor As Color, _ ByVal oddRowBackColor As Color, _ ByVal flatColumnHeader As Boolean, _ ByVal flatColumnFooter As Boolean, _ ByVal flatRowHeader As Boolean, _ ByVal headerFontBold As Boolean, _ ByVal footerFontBold As Boolean, _ ByVal showColumnHeader As Boolean, _ ByVal showColumnFooter As Boolean, _ ByVal showRowHeader As Boolean, _ ByVal columnHeaderParent As String, _ ByVal columnFooterParent As String, _ ByVal rowHeaderParent As String, _ ByVal dataAreaParent As String, _ ByVal cornerParent As String, _ ByVal filterBarParent As String, _ ByVal filterBarHeaderParent As String, _ ByVal filterBarBackColor As Color, _ ByVal filterBarForeColor As Color, _ ByVal filterBarHeaderBackColor As Color, _ ByVal filterBarHeaderForeColor As Color, _ ByVal autoFilterMode As AutoFilterMode _ )
public SheetSkin( string name, Color backColor, Color cellBackColor, Color cellForeColor, Color gridLineColor, GridLines gridLines, Color headerBackColor, Color footerBackColor, Color headerForeColor, Color footerForeColor, Color selectionBackColor, Color selectionForeColor, Color evenRowBackColor, Color oddRowBackColor, bool flatColumnHeader, bool flatColumnFooter, bool flatRowHeader, bool headerFontBold, bool footerFontBold, bool showColumnHeader, bool showColumnFooter, bool showRowHeader, string columnHeaderParent, string columnFooterParent, string rowHeaderParent, string dataAreaParent, string cornerParent, string filterBarParent, string filterBarHeaderParent, Color filterBarBackColor, Color filterBarForeColor, Color filterBarHeaderBackColor, Color filterBarHeaderForeColor, AutoFilterMode autoFilterMode )