'Declaration Public Function GetRowCol( _ ByVal row As Integer, _ ByVal col As Integer _ ) As LegendDataItem
'Usage Dim instance As LegendData Dim row As Integer Dim col As Integer Dim value As LegendDataItem value = instance.GetRowCol(row, col)
public LegendDataItem GetRowCol( int row, int col )
Parameters
- row
- col
Return Value
A reference to a LegendDataItem object representing the legend data
item or null if the cell is empty or out of bounds.