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


In This Topic
    EnableCrossSheetReference Property
    In This Topic
    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;}

    Property Value

    true if cross-sheet referencing is allowed; false otherwise
    Remarks

    Cross-sheet referencing in formulas is the referencing of cells in others sheets in the component.

    For more information about formulas and cross-sheet referencing, refer to the Spread for .NET Formula Reference.

    Example
    See Also

    Reference

    FpSpread Class
    FpSpread Members

    User-Task Documentation

    Formula Reference