SpreadsheetDocumentDrawing

SpreadsheetDocumentDrawing

Disponible desde la versión 8.2.

Propiedades:

AutoMarkIncomplete
AutoSize
BackColor
BottomBorder
BottomMargin
ContainsValue
Control
Details
DetailsParameter
DrawingType
EditFormat
FillType
Font
Format
Height
HorizontalAlign
Hyperlink
Indent
Left
LeftBorder
LeftMargin
Line
LineColor
MarkIncomplete
MarkNegatives
Mask
Name
Object
Parameter
Pattern
PatternColor
Picture
PictureSize
Print
Protection
RightBorder
RightMargin
Text
TextColor
TextOrientation
TextPlacement
Top
TopBorder
TopMargin
Value
ValueType
VerticalAlign
Width

Métodos:

GetSelectedItems
Place
SetControl
SetSelectedItems

Descripción:

Es un dibujo de hoja de cálculo.

Disponibilidad:

Cliente ligero, cliente web, cliente móvil, servidor, cliente grueso, conexión externa, aplicación móvil (cliente), aplicación móvil (servidor), servidor independiente móvil.

Ejemplo:

If TypeOf(CurrentCell) = Type(“SpreadsheetDocumentDrawing”) Then
    // procesamiento de dibujos de documento de hoja de cálculo

    Return;
EndIf
;

Ver también:

SpreadsheetDocumentDrawingCollection
SpreadsheetDocumentRange, propiedad Hyperlink
SpreadsheetDocument, propiedad Areas
SpreadsheetDocumentRange, propiedad Comment
SpreadsheetDocument, propiedad CurrentArea
SpreadsheetDocumentDrawingCollection, propiedad <Nombre del dibujo>
SpreadsheetDocumentDrawingCollection, método Get
SpreadsheetDocumentDrawingCollection, método Add
SpreadsheetDocumentDrawingCollection, método Delete
SpreadsheetDocumentDrawingCollection, método IndexOf

Disponible desde:

Disponible desde la versión 8.2.

Descripción cambiada en la versión 8.3.22.