How can I access to a cell from code?
I am trying to create a table from code, how can I access to a cell?
I would like to assign the Fill.Color and Text properties, but I cannot find a Cell property or similar in TableObject class.
I am talking from code, not from the report script.
Thank you
I would like to assign the Fill.Color and Text properties, but I cannot find a Cell property or similar in TableObject class.
I am talking from code, not from the report script.
Thank you
Comments
tableObject[x,y] returns a cell with x,y coordinates.
http://www.fast-report.com/en/download/fas...t-download.html