CameraTool.CellRange Property
cellRange.Represents the attribte in schema: cellRange
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "cellRange")> _
Public Property CellRange As StringValue
Get
Set
'Usage
Dim instance As CameraTool
Dim value As StringValue
value = instance.CellRange
instance.CellRange = value
[SchemaAttrAttribute(, "cellRange")]
public StringValue CellRange { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue