Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RowHeaderCellPresenter Class / CacheMode Property


In This Topic
    CacheMode Property (RowHeaderCellPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Public Property CacheMode As CacheMode
    'Usage
     
    Dim instance As RowHeaderCellPresenter
    Dim value As CacheMode
     
    instance.CacheMode = value
     
    value = instance.CacheMode
    public CacheMode CacheMode {get; set;}
    See Also