Hi,
I found ‘set’ methods, but none of ‘get’ methods. Could you please explain how to get configuration of Group Field.
SetAutoGroupField
SetManualGroupField
SetUngroup
Thank you,
Alex Shloma
Hi,
Hi,
I need these properties for analyzing documents from clients, so I do not know how they may use grouping.
In the help of Excel I found that method has four optional arguments, so I need these values and some mechanism to determine what the arguments is used.
Here is help from Microsoft http://msdn.microsoft.com/en-us/library/bb178847%28v=office.12%29.aspx
.
I attached images of dialogs.
Thank you,
Alex Shloma
Hi Alex,
Hi,
Alex Shloma
Hi,
We have logged your question in our database.
Once, we will get any answer, we will update you asap.
Hi,
Hi,
Sorry for delay, I have added your questions in the database log.
Also, I have reopened your issue because it was close.
Hi,
Please using Range.GroupByTypes to get the Boolean array of all group types of grouped field and we will give properties to determine start/end are used default (auto) values in next minor release.
FYI: The current latest version is Aspose.Cells for .NET v7.0.4.3
Hi,
Please download: Aspose.Cells for .NET v7.0.4.4
Please use the following sample code to determine start/end are used default (auto) values
C#
SxRng range = table.RowFields[0].Range;
Console.WriteLine(range.IsAutoStart);
Console.WriteLine(range.IsAutoEnd);
Hi
Shakeel,
Hi,
Please explain the problem with a sample test code, sample source xls/xlsx files and screenshots.
We will log it after looking into it. Thanks for your help.
Hi,
Hi,
Thanks for your help and illustrating your issues.
We have logged them in our database. We will get back to you asap.
Thank you!!! All works fine.
The issues you have found earlier (filed as CELLSNET-40176) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.