[]
Gets the number of objects in the collection.
int Count { get; }
ReadOnly Property Count As Integer
ITextRange body = shape.TextFrame.TextRange; body.Paragraphs.Add("Sales Report"); int count = body.Paragraphs.Count;