Spread Windows Forms 12.0 Product Documentation
GetStyleInfo Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : GetStyleInfo Method
Gets the style information for a specified cell on this sheet.
Gets the style information for a specified cell.
Overload List
OverloadDescription
Gets the style information for a specified cell on this sheet.  
Gets the style information for a specified cell on this sheet using the specified StyleInfo object.  
Remarks
If you use the overload with the StyleInfo parameter and pass in a StyleInfo object, then the style will be returned in that object. If you use the overload without the StyleInfo parameter (or use the overload with a null StyleInfo object), then a new StyleInfo is created and returned. The overload with the StyleInfo parameter allows you to optimize object creations and reuse the same StyleInfo object for repeated calls to the method.
See Also

Reference

SheetView Class
SheetView Members
StyleInfo Class

User-Task Documentation

Creating and Applying a Style for Cells