[]
Gets the style information for the cell notes on this sheet that stay visible.
public virtual StickyNoteStyleInfo GetStickyNoteStyleInfo(int row, int column)
Public Overridable Function GetStickyNoteStyleInfo(row As Integer, column As Integer) As StickyNoteStyleInfo
| Type | Name | Description |
|---|---|---|
| int | row | Row index of cell |
| int | column | Column index of cell |
| Type | Description |
|---|---|
| StickyNoteStyleInfo | A StickyNoteStyleInfo object. |