Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / SizeWithCells Property


In This Topic
    SizeWithCells Property
    In This Topic
    Gets or sets a value indicating whether [size with cells].
    Syntax
    'Declaration
     
    
    Public Property SizeWithCells As Boolean
    'Usage
     
    
    Dim instance As ExcelPictShape
    Dim value As Boolean
     
    instance.SizeWithCells = value
     
    value = instance.SizeWithCells
    public bool SizeWithCells {get; set;}

    Property Value

    true if [size with cells]; otherwise, false.
    See Also