RevisionRowColumn.EndOfList 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.
End Of List
Represents the following attribute in the schema: eol
[DocumentFormat.OpenXml.SchemaAttr(0, "eol")]
public DocumentFormat.OpenXml.BooleanValue EndOfList { get; set; }public DocumentFormat.OpenXml.BooleanValue EndOfList { get; set; }[DocumentFormat.OpenXml.SchemaAttr(0, "eol")]
public DocumentFormat.OpenXml.BooleanValue? EndOfList { get; set; }[DocumentFormat.OpenXml.SchemaAttr("eol")]
public DocumentFormat.OpenXml.BooleanValue? EndOfList { get; set; }public DocumentFormat.OpenXml.BooleanValue? EndOfList { get; set; }member this.EndOfList : DocumentFormat.OpenXml.BooleanValue with get, set[<DocumentFormat.OpenXml.SchemaAttr(0, "eol")>]
member this.EndOfList : DocumentFormat.OpenXml.BooleanValue with get, set[<DocumentFormat.OpenXml.SchemaAttr("eol")>]
member this.EndOfList : DocumentFormat.OpenXml.BooleanValue with get, setPublic Property EndOfList As BooleanValueProperty Value
Returns BooleanValue.
- Attributes