API Documentation > Miscellaneous > Object ProTable > Function ProTableCellBlankGet
Function ProTableCellBlankGet
Description
Gets blank border information of specified cell.
Synopsis
#include <ProTable.h>
ProTableCellBlankGet
(
ProTable* table
/* (In)
table
*/
int row
/* (In)
specify row of cell. Indices start at 1
*/
int col
/* (In)
specify row of column. Indices start at 1
*/
int* blank_flags
/* (Out)
Bit mask of PROTBLCELL_BLANK_LEFT/RIGHT/TOP/Bottom
*/
)
Returns
selection not provided, selection not a table cell, or ProTable for output not provided.
Successfully found blank information
User Guide References
Was this helpful?