'Declaration Function GetDirectName( _ ByVal row As Integer, _ ByVal column As Integer _ ) As String
'Usage Dim instance As INamedStyleSupport Dim row As Integer Dim column As Integer Dim value As String value = instance.GetDirectName(row, column)
Parameters
- row
- Row index of the cell in the model, or -1 to specify an entire column or the model default
- column
- Column index of the cell in the model, or -1 to specify an entire row or the model default
Return Value
String containing the name of the style for the specified cell, column, row, or model default, or an empty string if the specified cell, column, row, or model default has no named style assigned.