Spread Silverlight Documentation
CacheStyleObject Method


GrapeCity.Windows.SpreadSheet.Data Namespace > Cell Class : CacheStyleObject Method
if set to true all properties in the cell are cached.
Caches the style object for performance reasons.
Syntax
'Declaration
 
Public Function CacheStyleObject( _
   ByVal cache As System.Boolean _
) As System.Boolean
'Usage
 
Dim instance As Cell
Dim cache As System.Boolean
Dim value As System.Boolean
 
value = instance.CacheStyleObject(cache)
public System.bool CacheStyleObject( 
   System.bool cache
)

Parameters

cache
if set to true all properties in the cell are cached.

Return Value

Whether the style object was cached.
See Also

Reference

Cell Class
Cell Members