GrapeCity.Xaml.SpreadSheet.Data
CacheStyleObject Method


GrapeCity.Xaml.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 Boolean _
) As Boolean
'Usage
 
Dim instance As Cell
Dim cache As Boolean
Dim value As Boolean
 
value = instance.CacheStyleObject(cache)
public bool CacheStyleObject( 
   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