FarPoint.Win.Spread
SheetSkin Class Members
See Also  Properties  Methods 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : SheetSkin Class


The following tables list the members exposed by SheetSkin.

Public Constructors

 NameDescription
Public ConstructorSheetSkin ConstructorOverloaded. Creates a new skin.  
Top

Public Properties

 NameDescription
Public PropertyBackColor Gets the background color of the sheet.  
Public PropertyCellBackColor Gets the background color of cells in the sheet.  
Public PropertyCellForeColor Gets the text color of cells in the sheet.  
Public PropertyColumnFooterParent Gets the parent style name to use for initializing the column footer default style  
Public PropertyColumnHeaderParent Gets the parent style name to use for initializing the column header default style  
Public PropertyCornerParent Gets the parent style name to use for initializing the corner default style  
Public PropertyDataAreaParent Gets the parent style name to use for initializing the data area default style  
Public PropertyEvenRowBackColor Gets the background color of even numbererd rows in the sheet.  
Public PropertyFlatColumnFooter Gets whether column footers are displayed in the sheet as appearing flat.  
Public PropertyFlatColumnHeader Gets whether column headers are displayed in the sheet as appearing flat.  
Public PropertyFlatRowHeader Gets whether row headers are displayed in the sheet as appearing flat.  
Public PropertyFooterBackColor Gets the background color of footer cells in the sheet.  
Public PropertyFooterFontBold Gets whether the font is bold for text in footers in the sheet.  
Public PropertyFooterForeColor Gets the text color of footer cells in the sheet.  
Public PropertyGridLineColor Gets the color of the grid lines on the sheet.  
Public PropertyGridLines Gets which grid lines are displayed on the sheet.  
Public PropertyHeaderBackColor Gets the background color of header cells in the sheet.  
Public PropertyHeaderFontBold Gets whether the font is bold for text in headers in the sheet.  
Public PropertyHeaderForeColor Gets the text color of header cells in the sheet.  
Public PropertyName Gets the name of the skin for the sheet.  
Public PropertyOddRowBackColor Gets the background color of odd numbered rows in the sheet.  
Public PropertyRowHeaderParent Gets the parent style name to use for initializing the row header default style  
Public PropertySelectionBackColor Gets the background color of selected cells in the sheet.  
Public PropertySelectionForeColor Gets the text color of selected cells in the sheet.  
Public PropertyShowColumnFooter Gets whether the sheet displays the column footer.  
Public PropertyShowColumnHeader Gets whether the sheet displays the column header.  
Public PropertyShowRowHeader Gets whether the sheet displays the row header.  
Top

Public Methods

 NameDescription
Public MethodApplyOverloaded. Applies the skin with all its appearance settings to the specified object.  
Public MethodDeserialize Loads the skin from XML.  
Public MethodEqualsOverridden.  Returns a value indicating whether the specified object is equivalent to this skin.  
Public MethodGetHashCodeOverridden.  Returns the hash code of this object.  
Public Methodstatic (Shared in Visual Basic)LoadOverloaded. Loads a skin.  
Public Methodstatic (Shared in Visual Basic)SaveOverloaded. Saves a skin.  
Public MethodSerialize Saves the skin to XML.  
Top

See Also