PdfGridCellContentList
List Property
|
Gets the content list in grid cell.
Namespace:
Spire.Pdf.Grid
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public IList<PdfGridCellContent> List { get; }
Public ReadOnly Property List As IList(Of PdfGridCellContent)
Get
public:
property IList<PdfGridCellContent^>^ List {
IList<PdfGridCellContent^>^ get ();
}
member List : IList<PdfGridCellContent> with get
Property Value
Type:
IList
PdfGridCellContent
See Also