PropertyCodeDomSetInt Property
In This Topic
Internal use only
Syntax
'Declaration
Public Property PropertyCodeDomSetInt As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.PropertyCodeDomSetInt = value
value = instance.PropertyCodeDomSetInt
public int PropertyCodeDomSetInt {get; set;}
See Also