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;}
Example
See Also