'Declaration Public Overridable Function GetDirectName( _ ByVal row As Integer, _ ByVal column As Integer _ ) As String
'Usage Dim instance As DefaultSheetStyleModel Dim row As Integer Dim column As Integer Dim value As String value = instance.GetDirectName(row, column)
Parameters
- row
- Model row index of the cell, or -1 to specify a column or model default
- column
- Model column index of the cell, or -1 to specify a row or model default
Return Value
String containing the name of the style