ArtisticLightScreen.GridSize Property
gridSize.Represents the attribte in schema: gridSize
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "gridSize")> _
Public Property GridSize As Int32Value
Get
Set
'使用
Dim instance As ArtisticLightScreen
Dim value As Int32Value
value = instance.GridSize
instance.GridSize = value
[SchemaAttrAttribute(, "gridSize")]
public Int32Value GridSize { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value