Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CrtLayout12A Class / dwCheckSum Property


In This Topic
    dwCheckSum Property (CrtLayout12A)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property dwCheckSum As Integer
    'Usage
     
    
    Dim instance As CrtLayout12A
    Dim value As Integer
     
    instance.dwCheckSum = value
     
    value = instance.dwCheckSum
    public int dwCheckSum {get; set;}
    See Also