FarPoint.Win.Spread
View Property
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > HyperLinkClickedEventArgs Class : View Property


Gets the view that contains the cell with the editor that raised the event.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property View As SpreadView
Visual Basic (Usage)Copy Code
Dim instance As HyperLinkClickedEventArgs
Dim value As SpreadView
 
value = instance.View
C# 
public SpreadView View {get;}

See Also