Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / CacheStyleObject Method
if set to true all properties in the cell are cached.


In This Topic
    CacheStyleObject Method
    In This Topic
    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