[]
Sets the style information for the cell notes on this sheet that stay visible.
public virtual void SetStickyNoteStyleInfo(int row, int column, StickyNoteStyleInfo info)
Public Overridable Sub SetStickyNoteStyleInfo(row As Integer, column As Integer, info As StickyNoteStyleInfo)
Type | Name | Description |
---|---|---|
int | row | Row index of cell |
int | column | Column index of cell |
StickyNoteStyleInfo | info | Style information |