Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / HitTestInformation Class / FormulaSelectionInfo Property


In This Topic
    FormulaSelectionInfo Property
    In This Topic
    Gets more detailed hit test information for the FormulaSelection.
    Syntax
    'Declaration
     
    Public ReadOnly Property FormulaSelectionInfo As ViewportFormulaSelectionHitTestInformation
    'Usage
     
    Dim instance As HitTestInformation
    Dim value As ViewportFormulaSelectionHitTestInformation
     
    value = instance.FormulaSelectionInfo
    public ViewportFormulaSelectionHitTestInformation FormulaSelectionInfo {get;}
    See Also