'Declaration Public Sub RemoveComment( _
ByVal columnIndexThe index of column that contains cell.As System.Int32, _
ByVal rowIndexThe index of row that contains cell.As System.Int32 _
)
public void RemoveComment(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public: void RemoveComment(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public:
void RemoveComment(
System.Int32 columnIndex,
System.Int32 rowIndex
)
Parameters
- columnIndex
- The index of column that contains cell.
- rowIndex
- The index of row that contains cell.