Message-ID: <523929615.7775.1711621629475.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_7774_269377013.1711621629475" ------=_Part_7774_269377013.1711621629475 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html ExcelTemplate.StretchCellReferencesInCharts

ExcelTemplate.StretchCellReferencesInCharts

Descript= ion

Sets or returns whether to stretch cell references in charts.=20
C#
=20
<p> public boolean StretchCellReferencesI=
nCharts{ get; set; }</p>
=20
=20
vb.net
=20
<p>Public Property StretchCellReferencesIn=
Charts() As Boolean</p>
=20

Examples=20
C#
=20
          //--- Get StretchCellReferencesInCharts
          boolean stretchCellRef =3D XlwTemplate.StretchCellReferencesInCha=
rts;

          //--- Set StretchCellReferencesInCharts to true
          XlwTemplate.StretchCellReferencesInCharts =3D true;
        
=20
vb.net
=20
          '--- Get StretchCellReferencesInCharts
          Dim stretchCellRef As Boolean =3D XlwTemplate.StretchCellReferenc=
esInCharts

          '--- Set StretchCellReferencesInCharts to true
          XlwTemplate.StretchCellReferencesInCharts =3D True
        
=20

------=_Part_7774_269377013.1711621629475--