'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
.