'Declaration Public Sub SetCommentLocation( _
ByVal columnIndexИндекс столбца, содержащего ячейку.As System.Int32, _
ByVal rowIndexИндекс строки, содержащей ячейку.As System.Int32, _
ByVal locationМестоположение комментария.As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation, _
ByVal transformTypeТип преобразования для комментария к ячейке.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
- Индекс столбца, содержащего ячейку.
- rowIndex
- Индекс строки, содержащей ячейку.
- location
- Местоположение комментария.
- transformType
- Тип преобразования для комментария к ячейке.