'Declaration Public Sub SetCommentLocation( _
ByVal columnIndexThe index of column that contains cell.As System.Int32, _
ByVal rowIndexThe index of row that contains cell.As System.Int32, _
ByVal locationThe comment location.As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation, _
ByVal transformTypeThe transform type for cell comment.As XlsxDocumentSheetCellCommentTransformType _
)
public void SetCommentLocation(
System.Int32 columnIndex,
System.Int32 rowIndex,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation location,
XlsxDocumentSheetCellCommentTransformType transformType
)
public: void SetCommentLocation(
System.Int32 columnIndex,
System.Int32 rowIndex,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation* location,
XlsxDocumentSheetCellCommentTransformType transformType
)
public:
void SetCommentLocation(
System.Int32 columnIndex,
System.Int32 rowIndex,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation^ location,
XlsxDocumentSheetCellCommentTransformType transformType
)
Parameters
- columnIndex
- The index of column that contains cell.
- rowIndex
- The index of row that contains cell.
- location
- The comment location.
- transformType
- The transform type for cell comment.