Documentación de la API > Miscellaneous > Object ProTable > Function ProTableCellFillColorGet
Function ProTableCellFillColorGet
Description
Gets color of specified cell.
Synopsis
#include <ProTable.h>
ProTableCellFillColorGet
(
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
*/
ProColor* color
/* (Out)
The color of the given table cell.
*/
)
Returns
selection not provided, selection not a table cell, or ProTable for output not provided.
When there is no fill color.
Successfully found color of the cell.
User Guide References
¿Fue esto útil?