farpoint

Farpoint spreadsheet - disable cell right click menu

I'm using Farpoint Spreadsheet for WinForms with C#. How can I disable the "context menu" displayed when right-clicking over a cell that is being edited? ...

vatab pro 2.0.46 unsetting radio option on tab

I have a vatabpro control version 2.0.46 by Farpoint technologies in VB6 on a form. In the form activate event some code is run to show and hide the certain tabs in the va tab pro control. After this a normal option button on one of the tabs is set to true. When the form is displayed all the radios on the tab are unchecked even though...

How to get or set vertical scrollbar's position to farpoint spread

Hi all! I use farpoint spread 4.0. and C# How to get or set vertical scrollbar position? thanks! ...

Apply .Formula Property in SpreadHeader - FarPoint - SpreadSheet ver 7.0

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 Wi...