[]
Gets the style information for a specified cell on this sheet.
public virtual StyleInfo GetStyleInfo(int row, int column)
Public Overridable Function GetStyleInfo(row As Integer, column As Integer) As StyleInfo
Type | Description |
---|---|
StyleInfo |
Gets the style information for a specified cell on this sheet using the specified StyleInfo object.
public virtual StyleInfo GetStyleInfo(int row, int column, StyleInfo info)
Public Overridable Function GetStyleInfo(row As Integer, column As Integer, info As StyleInfo) As StyleInfo
Type | Name | Description |
---|---|---|
int | row | Row index of specified cell |
int | column | Column index of specified cell |
StyleInfo | info | StyleInfo object in which to return the style information |
Type | Description |
---|---|
StyleInfo |