Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GridLine Class / ShouldSerializeWidth Method


In This Topic
    ShouldSerializeWidth Method
    In This Topic
    Gets whether the Width property should be serialized.
    Syntax
    'Declaration
     
    
    Public Function ShouldSerializeWidth() As Boolean
    'Usage
     
    
    Dim instance As GridLine
    Dim value As Boolean
     
    value = instance.ShouldSerializeWidth()
    public bool ShouldSerializeWidth()

    Return Value

    True if Width should be serialized, false otherwise.
    See Also