Group.TableLimits 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.
Table Row Height Limits
Represents the following attribute in the schema: o:tablelimits
[DocumentFormat.OpenXml.SchemaAttr(27, "tablelimits")]
public DocumentFormat.OpenXml.StringValue TableLimits { get; set; }
public DocumentFormat.OpenXml.StringValue TableLimits { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(27, "tablelimits")]
public DocumentFormat.OpenXml.StringValue? TableLimits { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("o:tablelimits")]
public DocumentFormat.OpenXml.StringValue? TableLimits { get; set; }
public DocumentFormat.OpenXml.StringValue? TableLimits { get; set; }
member this.TableLimits : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(27, "tablelimits")>]
member this.TableLimits : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("o:tablelimits")>]
member this.TableLimits : DocumentFormat.OpenXml.StringValue with get, set
Public Property TableLimits As StringValue
Property Value
Returns StringValue.
- Attributes