The methods of the GridCell class are listed below. For a complete list of GridCell class members, see the GridCell Members topic.
Public Instance Methods
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetFont | Gets cell font. When change the font, you should invoke "SetFont" method, to set font to cell. |
GetFontColor | Gets cell font color. When change the color,you should invoke "SetFontColor" method, to set font color to cell. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetStyle | Gets cell style. When change the style,you should invoke "SetStyle" method, to set style to cell. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsFormula | Indicates the cell is a formula or not. |
SetCellValue | If the value is a formula,this method set cell's value as FormulaType, but not calculate formula. To calculate formula,need call GridDesktop.RunAllFormulas manually. If multi values to be set,call this method multi times, finally,call GridDesktop.RunAllFormulas method manually to calculate formulas. This is more effective. |
SetFont | Sets font to cell. To improve performance,implement "SetFont" method, not implement "Font" property. |
SetFontColor | Sets font color to cell. To improve performance,implement "SetFontColor" method, not implement "FontColor" property. |
SetStyle | Overloaded. Sets style to cell. To improve performance,implement "SetStyle" method, not implement "Style" property. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Instance Methods
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
GridCell Class | Aspose.Grid.Desktop Namespace