Spread for ASP.NET 12 Product Documentation
AllowGetAllHiddenValue Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : AllowGetAllHiddenValue Property
Gets or sets whether Spread should support getting or setting a value from any hidden cell in the sheet.
Syntax
'Declaration
 
Public Property AllowGetAllHiddenValue As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.AllowGetAllHiddenValue = value
 
value = instance.AllowGetAllHiddenValue
public bool AllowGetAllHiddenValue {get; set;}
See Also

Reference

FpSpread Class
FpSpread Members