J
John
Hi,
I'm having a litle trouble with adding a custom properties row and then
referencing it to add things like the Label etc:
From the code below...it's the second part I'm having trouble with. I've
Section element right (I think) but I know the row reference isn't correct.
Can anyone set me on the right path?
Thanks
John
'Add row to custom properties named "HdrDate"
vDoc.Pages.Item("Firstpage").Shapes("ThePage").AddNamedRow( _
VisSectionIndices.visSectionProp, _
"HdrDate", VisRowTags.visTagDefault)
'Add "Header Date" string to Label cell
vDoc.Pages.Item("Homepage").Shapes("ThePage").CellsSRC( _
VisSectionIndices.visSectionProp,
VisRowIndices.visRowMember("Prop.HdrDate"), _
VisCellIndices.visCustPropsLabel)
I'm having a litle trouble with adding a custom properties row and then
referencing it to add things like the Label etc:
From the code below...it's the second part I'm having trouble with. I've
Section element right (I think) but I know the row reference isn't correct.
Can anyone set me on the right path?
Thanks
John
'Add row to custom properties named "HdrDate"
vDoc.Pages.Item("Firstpage").Shapes("ThePage").AddNamedRow( _
VisSectionIndices.visSectionProp, _
"HdrDate", VisRowTags.visTagDefault)
'Add "Header Date" string to Label cell
vDoc.Pages.Item("Homepage").Shapes("ThePage").CellsSRC( _
VisSectionIndices.visSectionProp,
VisRowIndices.visRowMember("Prop.HdrDate"), _
VisCellIndices.visCustPropsLabel)