Cell type

Hi,

I see in VS.NET debugger that there is some field in Aspose.Excel.Cell called Type.
It’s values can be IsDouble, IsString, ec…

How do I get them from the object? Seems they are protected.

Is it something I can use to determine if the field is double or string, etc…?

Thanks
Mark

Dear Mark,

Cell.Type is only for internal use.
Well, I will expose it to public in next hotfix. It will be available within this week.

Dear Mark,

Please download hotfix 1.6.2. Cell.Type is added.