[]
Gets or sets a SheetView.DocumentModels object that contains all the models for the sheet.
[Browsable(false)]
public SheetView.DocumentModels Models { get; set; }
<Browsable(False)>
Public Property Models As SheetView.DocumentModels
Type | Condition |
---|---|
ArgumentNullException | Model object is not specified (or specified object is null) |
ArgumentNullException | Model.ColumnAxis object is not specified (or specified object is null) |
ArgumentNullException | Model.ColumnHeaderData object is not specified (or specified object is null) |
ArgumentNullException | Model.ColumnHeaderRowAxis object is not specified (or specified object is null) |
ArgumentNullException | Models.ColumnHeaderSpan object is not specified (or specified object is null) |
ArgumentNullException | Model.ColumnHeaderStyle object is not specified (or specified object is null) |
ArgumentNullException | Model.Data object is not specified (or specified object is null) |
ArgumentNullException | Model.RowAxis object is not specified (or specified object is null) |
ArgumentNullException | Model.RowHeaderColumnAxis object is not specified (or specified object is null) |
ArgumentNullException | Model.RowHeaderData object is not specified (or specified object is null) |
ArgumentNullException | Model.RowHeaderSpan object is not specified (or specified object is null) |
ArgumentNullException | Model.RowHeaderStyle object is not specified (or specified object is null) |
ArgumentNullException | Model.Selection object is not specified (or specified object is null) |
ArgumentNullException | Model.Span object is not specified (or specified object is null) |
ArgumentNullException | Model.Style object is not specified (or specified object is null) |