[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ITextRange.Count

Count Property

Count

Gets the number of objects in the collection.

Declaration
int Count { get; }
ReadOnly Property Count As Integer
Examples
ITextRange body = shape.TextFrame.TextRange;
body.Paragraphs.Add("Sales Report");
int count = body.Paragraphs.Count;