'Declaration Public Function InsertTable( _ ByVal documentOffset As Integer, _ ByVal columns As Integer, _ ByVal rows As Integer, _ ByRef error As String, _ Optional ByVal extentBehavior As TableExtentBehavior, _ Optional ByVal pageExtent As Nullable(Of Extent), _ Optional ByVal fixedColumnWidth As Nullable(Of Extent), _ Optional ByVal tableStyleId As String _ ) As TableNode
public TableNode InsertTable( int documentOffset, int columns, int rows, out string error, TableExtentBehavior extentBehavior, Nullable<Extent> pageExtent, Nullable<Extent> fixedColumnWidth, string tableStyleId )
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2