Spread for ASP.NET 10 Product Documentation
AllowGetAllHiddenValue Property
Example 


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

FpSpread Class
FpSpread Members
GetHiddenCellValue
SetHiddenCellValue
SetHiddenValue
GetHiddenValue

 

 


Copyright © GrapeCity, inc. All rights reserved.