'宣言 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 )