API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdTableCreator Class > OdTableCreator Methods > OdTableCreator::setCellBorderThickness Method
OdTableCreator::setCellBorderThickness Method
Syntax
C++
void setCellBorderThickness(const OdUInt32 row, const OdUInt32 column, const Border::Thickness border_thickness);
Parameters 
Description 
const OdUInt32 row 
[in] A row index (from 0 to row count -1).  
const OdUInt32 column 
[in] A column index (from 0 to column count -1).  
const Border::Thickness border_thickness 
[in] A new cell border thickness. 

Sets a new border thickness for a table cell.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.