Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.DataVisualization Namespace / InputFormulaForm Class / TargetCell Field


In This Topic
    TargetCell Field
    In This Topic
    Syntax
    'Declaration
     
    
    Protected TargetCell As CellReference
    'Usage
     
    
    Dim instance As InputFormulaForm
    Dim value As CellReference
     
    value = instance.TargetCell
     
    instance.TargetCell = value
    protected CellReference TargetCell
    See Also