| 
IParagraph
IsInCell Property
  | 
 Gets a value indicating whether this paragraph is in cell.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
ReadOnly Property IsInCell As Boolean
	Get
 
property bool IsInCell {
	bool get ();
}
 
abstract IsInCell : bool with get
 
 
 
Property Value
 
 Type:
 
Boolean
 
 if this paragraph is in cell, set to
 
true
 
 .
 
 See Also
See Also