Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic [RESOLVED] Set font in a Cells of a table (Read 1460 times)
belfaigore
YaBB Newbies
*
Offline


Life is so wonderfull

Posts: 19
Joined: Apr 11th, 2007
[RESOLVED] Set font in a Cells of a table
Apr 16th, 2007 at 1:14pm
Print Post  
Hi,

I'am looking for changing the font of a cell in a table :

Code
Select All
Dim FC_Table As New Table(FlowChart)

FC_Table.RowCount = 3
FC_Table.ColumnCount = 2

FC_Table(0,0).Text = "Cell 0,0" ' Here, I want bold and blue
FC_Table(0,1).Text = "Cell 0,1" 'Here, I want Italic and Gray
FC_Table(0,2).Text = "Cell 0,2" 'Here, I want size=14px
FC_Table(1,0).Text = "Cell 1,0" 'Here, I want size = 8px 

but I don't find the way to do this
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Set font in a Cells of a table
Reply #1 - Apr 16th, 2007 at 1:21pm
Print Post  
There is a new Cell.Font property in version 4.3 of Flowchart.NET. Older versions do not support displaying different fonts in different table cells.

Stoyan
  
Back to top
 
IP Logged
 
belfaigore
YaBB Newbies
*
Offline


Life is so wonderfull

Posts: 19
Joined: Apr 11th, 2007
Re: Set font in a Cells of a table
Reply #2 - Apr 16th, 2007 at 1:27pm
Print Post  
Ok thank you for your immediatly response, I'll note it, and i'll dowload the last version later.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint