Table.InsertRow Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Insert Row Showing
Represents the following attribute in the schema: insertRow
[DocumentFormat.OpenXml.SchemaAttr(0, "insertRow")]
public DocumentFormat.OpenXml.BooleanValue InsertRow { get; set; }public DocumentFormat.OpenXml.BooleanValue InsertRow { get; set; }[DocumentFormat.OpenXml.SchemaAttr(0, "insertRow")]
public DocumentFormat.OpenXml.BooleanValue? InsertRow { get; set; }[DocumentFormat.OpenXml.SchemaAttr("insertRow")]
public DocumentFormat.OpenXml.BooleanValue? InsertRow { get; set; }public DocumentFormat.OpenXml.BooleanValue? InsertRow { get; set; }member this.InsertRow : DocumentFormat.OpenXml.BooleanValue with get, set[<DocumentFormat.OpenXml.SchemaAttr(0, "insertRow")>]
member this.InsertRow : DocumentFormat.OpenXml.BooleanValue with get, set[<DocumentFormat.OpenXml.SchemaAttr("insertRow")>]
member this.InsertRow : DocumentFormat.OpenXml.BooleanValue with get, setPublic Property InsertRow As BooleanValueProperty Value
Returns BooleanValue.
- Attributes