Apply .Formula Property in SpreadHeader - FarPoint - SpreadSheet ver 7.0
Posted
by vetrivelan.s
on Stack Overflow
See other posts from Stack Overflow
or by vetrivelan.s
Published on 2010-04-06T09:56:58Z
Indexed on
2010/04/06
10:03 UTC
Read the original article
Hit count: 287
In FarPoint SpreadSheet ver 7 - How to apply .Formula property at SpreadHeader+1 ? .That is second Header of the Spread. We can apply .Formula property at SpreadHeader + 0.That is Top Header. I use the following code,
With fpSpread1 .Row = SpreadHeader + 0 .col = 1 .CellType = CellTypeNumber .Formula = "SUM(A1:A10)" End With
© Stack Overflow or respective owner