GrapeCity Forums

The GrapeCity Message Boards
Welcome to GrapeCity Forums Sign in | Join | Help
in Search

far point spread multiline

Last post 08-02-2010, 11:17 AM by DeepakSharma. 5 replies.
Sort Posts: Previous Next
  •  07-29-2010, 2:35 AM 91359

    far point spread multiline

    Hi,

      we are using the far point spread control version 2.5. We have a requirement to merge cells which we dont find this version. Is this property available in 2.5 . if not what is the latest version. Also is any licensing required to use the latest version.

     thanks.

    Raju


    Thanks
  •  07-29-2010, 6:23 AM 91365 in reply to 91359

    Re: far point spread multiline

    Hello Raju,

    You should be able to merge cells with Spread 2.5 (latest build).To set cells to be merged if they have the same value, use the following members:

    GetColumMerge and SetColumMerge
    GetRowMerge and SetRowMerge
    GetMergePolicy and SetMergePolicy  

    for example:

    Dim Sheet0 As FarPoint.Win.Spread.SheetView

    Sheet0 = SetRowMerge(-1, FarPoint.Win.Spread.Model.MergePolicy.Always)

    Sheet0.ColumnCount = 10

    Sheet0.SetColumnMerge(-1, FarPoint.Win.Spread.Model.MergePolicy.Always)

     

    I hope it will help you.

    Thanks,

     

     


    Deepak Sharma
    GrapeCity FarPoint
  •  07-30-2010, 10:40 PM 91419 in reply to 91365

    Re: far point spread multiline

    Thanks deepak.

         I am using VB 6 and don't see any property to set the control to merge. My Requirement.

         Using VB 6.0 with far point spread sheet control as a COM component version 2.5.

         i need to merge cells depending on column criteria.

         Thanks again for your response. 

    Raju

     

     

        

  •  08-02-2010, 8:40 AM 91427 in reply to 91419

    Re: far point spread multiline

    Hello,

    I thought you are using Spread 2.5 for Windows Forms. There is not such property/method to merge cells with Spread for COM v2.5, you may set CellOverflow to true to see all the content of the cell.You may upgrade to our latest version of Spread for COM v8 to achieve this behavior.

     

    Thanks,

     

     


    Deepak Sharma
    GrapeCity FarPoint
  •  08-02-2010, 10:56 AM 91433 in reply to 91427

    Re: far point spread multiline

    Hi Deepak,

        do we have to take license for v8 of Spread.  Can you provide the link where we can download the latest version.

     thanks

    raju.


    Thanks
  •  08-02-2010, 11:17 AM 91434 in reply to 91433

    Re: far point spread multiline

    Hello,

    Yes, you would need a License for Spread 8.You may download the trial version from:

     http://www.clubfarpoint.com/FarPointSupportSite/Modules/Download/trials.aspx

    Please contact our sales team for information about this product: fpsales@fpoint.com

     

    Thanks,

     

     


    Deepak Sharma
    GrapeCity FarPoint
View as RSS news feed in XML
     FarPoint Forums Home