DataDictionary.Generated.Paragraph.countParagraphs C# (CSharp) Method

countParagraphs() public method

Part of the list interface for Paragraphs
public countParagraphs ( ) : int
return int
        public int countParagraphs()
        {
            return allParagraphs().Count;
        }