Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ShapePropsStream Class / dwChecksum Property


In This Topic
    dwChecksum Property (ShapePropsStream)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property dwChecksum As UInteger
    'Usage
     
    
    Dim instance As ShapePropsStream
    Dim value As UInteger
     
    instance.dwChecksum = value
     
    value = instance.dwChecksum
    public uint dwChecksum {get; set;}
    See Also