Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetSelectionModelEventArgs Class / ToString Method


In This Topic
ToString Method (SheetSelectionModelEventArgs)
In This Topic
Returns a string that represents the current SheetSelectionModelEventArgs object.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
 
'Usage
 
Dim instance As SheetSelectionModelEventArgs
Dim value As String
 
value = instance.ToString()
See Also