Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRenderer Method
Row index of the cell
Column index of the cell


In This Topic
GetRenderer Method
In This Topic
Gets the renderer used to render a specified cell on this sheet.
Syntax
'Declaration
 
Public Overridable Function GetRenderer( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As IRenderer
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim value As IRenderer
 
value = instance.GetRenderer(row, column)

Parameters

row
Row index of the cell
column
Column index of the cell
See Also