cells.MemorySetting member does not exist

Hi,

I am trying to use the MemorySetting by using the recommnded methods:

Cells cells = wb.Worksheets[0].Cells;
cells.MemorySetting = MemorySetting.MemoryPreference;

I have apsose.Cells for .Net 8.0.0.0 BUT the MemorySetting is not a member of the Cells object and the program will not compile. Do I need 8.0.0.1 or something?

Hi Deborah,

Thanks for your posting and using Aspose.Cells.

MemorySetting should exist in v8.0.0.

However, please download and use the latest version:
Aspose.Cells
for .NET v8.0.1.3
it should fix your issue.

Let us know if you still encounter any issue. We will look into it and help you asap.

Hi,


Well, Cells.MemorySetting attribute is introduced in Aspose.Cells for .NET v8.0.1 and later versions, see the release notes here:
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry540242.aspx
(Note: Please see the description at the bottom sub-heading: “Adds Cells.MemorySetting property”)

Please try using the version v8.0.1.3 as Shakeel Faiz suggested.

Thank you.

Thank you for the prompt replies!. I have download v8.0.1.3 and it has resolved the issue.

Hi,


Good to know that it figures out your issue now. Feel free to contact us any time if you need further help or have some other issue or queries, we will be happy to assist you soon.

Thank you.