GrapeCity MultiRow Windows Forms Documentation
SummaryCellValueCachePolicy Property


Gets or sets the value that indicates the cache policy for the MathStatistics summary cell calculation.
Syntax
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
Public Property SummaryCellValueCachePolicy As SummaryCellValueCachePolicy
Dim instance As GcMultiRow
Dim value As SummaryCellValueCachePolicy
 
instance.SummaryCellValueCachePolicy = value
 
value = instance.SummaryCellValueCachePolicy
[Browsable(false)]
[DefaultValue()]
public SummaryCellValueCachePolicy SummaryCellValueCachePolicy {get; set;}

Property Value

One of the SummaryCellValueCachePolicy values. The default is SummaryCellValueCachePolicy.Default.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the SummaryCellValueCachePolicy values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.