A
aaj
Hi
Does any one know how to count the number of used columns and rows in a
sheet via the object model
I know
int m_columncount = m_CurrentWorkSheet.Columns.Count;
gives the total columns, but what I need is a count of the used colums.
Or do I need to write a manual count i.e. manually count how many are used
by by checking each element?
thanks
Andy
Does any one know how to count the number of used columns and rows in a
sheet via the object model
I know
int m_columncount = m_CurrentWorkSheet.Columns.Count;
gives the total columns, but what I need is a count of the used colums.
Or do I need to write a manual count i.e. manually count how many are used
by by checking each element?
thanks
Andy