Spread for ASP.NET 11 Product Documentation
AllowGetAllHiddenValue Property
Example 


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;}
Remarks
Set this property to True to allow getting or setting values in hidden cells in the entire sheet. Set this property to False to get or set values in hidden cells in the current page only. This property applies to the GetHiddenCellValue and SetHiddenCellValue methods.
Example
fpSpread1.AllowGetAllHiddenValue = true;
FpSpread1.AllowGetAllHiddenValue = True
See Also

Reference

FpSpread Class
FpSpread Members
GetHiddenCellValue
SetHiddenCellValue
SetHiddenValue
GetHiddenValue