What is the spread 3 Index property equivalent in spread 8

Posted by: adarshab039 on 15 September 2018, 2:38 am EST

    • Post Options:
    • Link

    Posted 15 September 2018, 2:38 am EST

    Hi, I got to know that below mentioned is the equivalent in version 8 for the Index property which was present in Version 3

    Index (standard Visual Basic property)

    Control.ControlCollection.GetChildIndex

    Control.ControlCollection.SetChildIndex

    As per the above, I have implemented like as mentioned below.

    Dim child As Control

    sprIn As AxFPSpreadADO.AxfpSpread

    sprIn.Controls.GetChildIndex(child)

    Please let me know if I am wrong

  • Posted 16 September 2018, 3:36 pm EST

    Hello,

    You want to implement the index property of Spread COM version 3 in Spread COM version 8 or Spread .Net version 8. Please specify the platform. We will answer your issue accordingly.

    Thanks,

    Reeva

  • Posted 17 September 2018, 12:45 am EST

    I want to implement using Spread COM 8.Would you help me please?

  • Posted 18 September 2018, 6:37 pm EST

    Hello,

    Since you are trying to use Spread COM 8 in .Net Winforms application. Hence, you cannot use index property as Index property works for COM controls in ActiveX environment i.e. VB6 and not for COM components in .Net environment.

    And even GetChildIndex() method won’t work here because it is meant for controls .Net technology.

    Further it is also not advisable to use Spread COM in .Net managed environment. Hence, we request you to switch to Spread.Net for .Net Winforms application.

    You can download the same from this link:-

    https://www.grapecity.com/en/download/spreadnet

    Hope it clarifies.

    Thanks,

    Reeva

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels