Hi!!!
I need to print a MSFlexgrid (Rows and Cols) as if it were an Excell Sheet but I don't have to put it in a Excell Sheet I need to print the MSFlexGrid in my program
Does somebody know how to do that?
Thanks!!!
Wolverine
Printable View
Hi!!!
I need to print a MSFlexgrid (Rows and Cols) as if it were an Excell Sheet but I don't have to put it in a Excell Sheet I need to print the MSFlexGrid in my program
Does somebody know how to do that?
Thanks!!!
Wolverine
Hi , I am also working on giving some Excel features to Flex Grid.Right now i have n't tried this feature , but it can be happened , u can select row,col and rowsel and colsel properties for capturing data and then can send it
output to printer.for sending output to printer , u have to study File Print dialogue box and data u will have to send
first in an Text file or XLS File using Excel.Application Object without making Application Visible.
If u can help one of my prob. in Flex Grid if u have tried this one :
How I can sort some range of Data In MsFLex Grid In One Column.Don't use sort Property as it unordered all data
including other columns also .if there is any other way please tell me .
Chander
[email protected]
[email protected]
Hello to you both.
I could post here a sample code that I use to export the grid to Excel including formatting of the excel sheet. But don't know how to do it from the grid to the printer directly.
Keep me posted...