'Declaration Public Sub SetCommentIsVisible( _
ByVal columnIndexThe index of column that contains cell.As System.Int32, _
ByVal rowIndexThe index of row that contains cell.As System.Int32, _
ByVal isVisibleA value indicating whether comment is visible.As Boolean _
)
public void SetCommentIsVisible(
System.Int32 columnIndex,
System.Int32 rowIndex,
bool isVisible
)
public: void SetCommentIsVisible(
System.Int32 columnIndex,
System.Int32 rowIndex,
bool isVisible
)
public:
void SetCommentIsVisible(
System.Int32 columnIndex,
System.Int32 rowIndex,
bool isVisible
)
Parameters
- columnIndex
- The index of column that contains cell.
- rowIndex
- The index of row that contains cell.
- isVisible
- A value indicating whether comment is visible.