Gets a value indicating whether this paragraph is in cell.
Namespace: Spire.Doc.DocumentsAssembly: 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
Booleanif this paragraph is in cell, set to true.