Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / AllowGetAllHiddenValue Property
Example


In This Topic
    AllowGetAllHiddenValue Property
    In This Topic
    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
    See Also