Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / HitTestInfo Structure / EditingNode Property


In This Topic
    EditingNode Property
    In This Topic
    The editing node.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EditingNode As Nullable(Of FreeFormNode)
    'Usage
     
    
    Dim instance As HitTestInfo
    Dim value As Nullable(Of FreeFormNode)
     
    value = instance.EditingNode
    public Nullable<FreeFormNode> EditingNode {get;}
    See Also