Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.