Gets or sets whether to enable cross-sheet referencing for the Spread component.
Syntax
'Declaration
Public Property EnableCrossSheetReference As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.EnableCrossSheetReference = value
value = instance.EnableCrossSheetReference
public bool EnableCrossSheetReference {get; set;}
See Also