Gets a value indicating whether this paragraph is in cell.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsInCell { get; }
Public ReadOnly Property IsInCell As Boolean
	Get
public:
virtual property bool IsInCell {
	bool get () sealed;
}
abstract IsInCell : bool with get
override IsInCell : bool with get

Property Value

Boolean
if this paragraph is in cell, set to true.

Implements

IParagraph..::..IsInCell

See Also