Represents the range protection permission start.
<permStart
edGrp="edGrpType"
ed="stringType"
col-first="decimalNumberType"
col-last="decimalNumberType"
/>
Element type | permStartElt |
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
edGrp | edGrpType | optional | Gets or sets the group with edit permissions |
|
ed | stringType | optional | Gets or sets the user with edit permissions | |
col-first | decimalNumberType | optional | For table range permissions, specifies the beginning column for the permission. | |
col-last | decimalNumberType | optional | For table range permissions, specifies the ending column for the permission. |
<xsd:element name="permStart" minOccurs="0" type="permStartElt" >
</xsd:element>