PdfTable
GetColumnCount Method
|
Get the current table column count
Namespace:
Spire.Pdf.Utilities
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int GetColumnCount()
Public Function GetColumnCount As Integer
public:
int GetColumnCount()
member GetColumnCount : unit -> int
Return Value
Type:
Int32
See Also